Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de41f19 commit c4abffeCopy full SHA for c4abffe
1 file changed
python/ql/src/meta/ClassHierarchy/Find.ql
@@ -513,5 +513,6 @@ where
513
newModel(subclass, newModelFullyQualified, _, mod, _)
514
) and
515
fullyQualifiedToYamlFormat(newModelFullyQualified, type2, path) and
516
- not Extensions::typeModel(spec, type2, path)
+ not Extensions::typeModel(spec, type2, path) and
517
+ not newModelFullyQualified.regexpMatch("(?i).*tests?_?.*")
518
select spec.(string), type2, path
0 commit comments