mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
/**
|
|
* @name Bar Show Ifs
|
|
* @description Bar Show Ifs
|
|
* @kind problem
|
|
* @id complex-javascript-querypack/bar-ifs
|
|
*/
|
|
|
|
import javascript
|
|
|
|
from IfStmt i
|
|
select i, "bar if" |