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 3c173df commit 027cb2dCopy full SHA for 027cb2d
csharp/ql/consistency-queries/DataFlowConsistency.ql
@@ -72,5 +72,5 @@ private class MyConsistencyConfiguration extends ConsistencyConfiguration {
72
73
override predicate reverseReadExclude(Node n) { n.asExpr() = any(AwaitExpr ae).getExpr() }
74
75
- override predicate identityLocalStepExclude(Node n) { n.getLocation().getFile().fromLibrary() }
+ override predicate identityLocalStepExclude(Node n) { none() }
76
}
0 commit comments