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.
2 parents 6c0c06c + 5a3ddcf commit a93c2ecCopy full SHA for a93c2ec
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