We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8cc6e commit f95e1efCopy full SHA for f95e1ef
1 file changed
ruby/ql/lib/codeql/ruby/InclusionTests.qll
@@ -100,8 +100,6 @@ module InclusionTest {
100
or
101
value = -1 and polarity = true and comparison.getExpr() instanceof NEExpr
102
103
- value = 0 and polarity = false and comparison.getExpr() instanceof NEExpr
104
- or
105
exists(RelationalOperation op | op = comparison.getExpr() |
106
exists(Expr lesser, Expr greater |
107
op.getLesserOperand() = lesser and
0 commit comments