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