Skip to content

Commit 027cb2d

Browse files
committed
C#: Reenable consistency check
1 parent 3c173df commit 027cb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/consistency-queries/DataFlowConsistency.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ private class MyConsistencyConfiguration extends ConsistencyConfiguration {
7272

7373
override predicate reverseReadExclude(Node n) { n.asExpr() = any(AwaitExpr ae).getExpr() }
7474

75-
override predicate identityLocalStepExclude(Node n) { n.getLocation().getFile().fromLibrary() }
75+
override predicate identityLocalStepExclude(Node n) { none() }
7676
}

0 commit comments

Comments
 (0)