Skip to content

Commit a93c2ec

Browse files
authored
Merge pull request github#12630 from erik-krogh/disableConsis
QL: disable the consistency check
2 parents 6c0c06c + 5a3ddcf commit a93c2ec

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)