mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
spelling: executable spelling: github spelling: javascript spelling: latest spelling: occurred spelling: parameter Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
/**
|
|
* @name Show JavaScript Ifs
|
|
* @description Show JavaScript Ifs
|
|
* @kind problem
|
|
* @id inrepo-javascript-querypack/show-ifs
|
|
*/
|
|
|
|
import javascript
|
|
|
|
from IfStmt i
|
|
select i, "hello if" |