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