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 6c0c06c commit 5a3ddcfCopy full SHA for 5a3ddcf
ql/ql/src/queries/diagnostics/EmptyConsistencies.ql
@@ -58,6 +58,7 @@ where
58
or
59
ModConsistency::noResolve(node) and msg = "ModConsistency::noResolve"
60
) and
61
+ none() and // disabled for now
62
not node.getLocation()
63
.getFile()
64
.getAbsolutePath()
0 commit comments