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 21fdc53 commit 61dc9efCopy full SHA for 61dc9ef
cpp/ql/src/experimental/Best Practices/UselessTest.ql
@@ -42,4 +42,4 @@ where
42
ne.getLeftOperand().getFullyConverted().getUnspecifiedType() and
43
nearestParent(eq) = nearestParent(ne) and
44
sameExpr(eq.getLeftOperand(), ne.getLeftOperand())
45
-select ne, "Useless Test"
+select ne, "Useless Test"
0 commit comments