Skip to content

Commit dc354f8

Browse files
committed
add noResolvePredicateExpr to the list of empty consistency predicates
1 parent 055937e commit dc354f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ql/src/queries/diagnostics/EmptyConsistencies.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ from AstNode node, string msg
1919
where
2020
PredConsistency::noResolveCall(node) and msg = "PredConsistency::noResolveCall"
2121
or
22+
PredConsistency::noResolvePredicateExpr(node) and msg = "PredConsistency::noResolvePredicateExpr"
23+
or
2224
TypeConsistency::noResolve(node) and msg = "TypeConsistency::noResolve"
2325
or
2426
TypeConsistency::exprNoType(node) and msg = "TypeConsistency::exprNoType"

0 commit comments

Comments
 (0)