mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
disable the ModConsistency::noResolve predicate for qltests
This commit is contained in:
committed by
erik-krogh
parent
fcdba7ce57
commit
79a8f96139
@@ -391,5 +391,6 @@ module ModConsistency {
|
||||
not i.getResolvedModule().getEnclosing*().asModule().hasParameter(_, _, _)
|
||||
}
|
||||
|
||||
query predicate noResolve(Import i) { not exists(i.getResolvedModule()) }
|
||||
// not a query predicate, because this fails when running qltests, but it passes on the real thing (so it's used in EmptyConsistencies.ql)
|
||||
predicate noResolve(Import i) { not exists(i.getResolvedModule()) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user