This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-03-25 17:06:46 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4594aa470ded01a41ab7c599fae544370d13da65
codeql
/
javascript
/
ql
/
test
/
query-tests
/
Expressions
History
semmle-qlci
2b055de4d6
Merge pull request
#3154
from erik-krogh/ImplicitConv
...
Approved by asgerf
2020-04-29 16:05:19 +01:00
..
BitwiseSignCheck
…
CompareIdenticalValues
…
ComparisonWithNaN
…
DuplicateCondition
…
DuplicateProperty
…
DuplicateSwitchCase
…
ExprHasNoEffect
JS: ignore useless-expr in first stmt in try block
2020-01-15 11:49:23 +00:00
HeterogeneousComparison
…
ImplicitOperandConversion
more precise warning message for implicit string/number conversions
2020-03-30 11:17:56 +02:00
MissingAwait
JS: Ignore delete expressions in js/missing-await
2020-04-02 11:35:09 +01:00
MissingDotLengthInComparison
…
MissingSpaceInAppend
…
MisspelledIdentifier
…
MisspelledVariableName
report a local variable as the misspelling if there any many occourances of the global
2020-04-17 11:25:23 +02:00
RedundantExpression
remove FP for js/redundant-operation
2020-03-11 14:42:32 +01:00
SelfAssignment
…
ShiftOutOfRange
…
StringInsteadOfRegex
…
SuspiciousInvocation
…
SuspiciousPropAccess
JS: Rename test files to avoid clash
2020-03-26 11:59:57 +00:00
UnboundEventHandlerReceiver
JS: improve FP filter for js/unbound-event-handler-receiver
2019-11-21 13:13:40 +01:00
UnclearOperatorPrecedence
…
UnknownDirective
…
UnneededDefensiveProgramming
…
WhitespaceContradictsPrecedence
…