Files
codeql-action/tests/multi-language-repo/codeql-qlpacks/javascript-qlpack/show_ifs.ql
Josh Soref c4fced7348 Fix spelling errors
spelling: executable
spelling: github
spelling: javascript
spelling: latest
spelling: occurred
spelling: parameter

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-03-18 09:40:47 -07:00

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"