mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 19:20:08 +08:00
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
/**
|
|
* @name Foo2 Show Ifs
|
|
* @description Foo2 Show Ifs
|
|
* @kind problem
|
|
* @id complex-javascript-querypack/foo2-ifs
|
|
*/
|
|
|
|
import javascript
|
|
|
|
from IfStmt i
|
|
select i, "foo2 if" |