mirror of
https://github.com/github/codeql.git
synced 2026-04-20 06:24:03 +02:00
JavaScript: Autoformat all QL files.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
import javascript
|
||||
|
||||
from DataFlow::CallNode parseInt
|
||||
where parseInt = DataFlow::globalVarRef("parseInt").getACall() and
|
||||
parseInt.getNumArgument() = 1
|
||||
select parseInt, "Missing radix parameter."
|
||||
where
|
||||
parseInt = DataFlow::globalVarRef("parseInt").getACall() and
|
||||
parseInt.getNumArgument() = 1
|
||||
select parseInt, "Missing radix parameter."
|
||||
|
||||
Reference in New Issue
Block a user