mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 22:30:44 +00:00
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
/**
|
|
* @name Barfoobar Show Ifs
|
|
* @description Barfoobar Show Ifs
|
|
* @kind problem
|
|
* @id complex-javascript-querypack/barfoobar-ifs
|
|
*/
|
|
|
|
import javascript
|
|
|
|
from IfStmt i
|
|
select i, "barfoobar if" |