We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c1744 commit a59a9baCopy full SHA for a59a9ba
cpp/ql/src/experimental/Best Practices/UselessTest.ql
@@ -40,4 +40,4 @@ where
40
ne.getRightOperand() instanceof Literal and
41
nearestParent(eq) = nearestParent(ne) and
42
sameExpr(eq.getLeftOperand(), ne.getLeftOperand())
43
-select ne,"Useless Test"
+select ne, "Useless Test"
0 commit comments