Skip to content

Commit 5a3ddcf

Browse files
committed
QL: disable the consistency check
1 parent 6c0c06c commit 5a3ddcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ql/ql/src/queries/diagnostics/EmptyConsistencies.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ where
5858
or
5959
ModConsistency::noResolve(node) and msg = "ModConsistency::noResolve"
6060
) and
61+
none() and // disabled for now
6162
not node.getLocation()
6263
.getFile()
6364
.getAbsolutePath()

0 commit comments

Comments
 (0)