mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Add groovy-stubs/test to list of directory names to ignore in model generator.
This commit is contained in:
@@ -29,7 +29,8 @@ private J::Method superImpl(J::Method m) {
|
||||
private predicate isInTestFile(J::File file) {
|
||||
file.getAbsolutePath().matches("%src/test/%") or
|
||||
file.getAbsolutePath().matches("%/guava-tests/%") or
|
||||
file.getAbsolutePath().matches("%/guava-testlib/%")
|
||||
file.getAbsolutePath().matches("%/guava-testlib/%") or
|
||||
file.getAbsolutePath().matches("%/groovy-stubs/test/%")
|
||||
}
|
||||
|
||||
private predicate isJdkInternal(J::CompilationUnit cu) {
|
||||
|
||||
Reference in New Issue
Block a user