mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #16904 from igfoo/igfoo/shouldExtract
JS: Remove call to shouldExtract
This commit is contained in:
@@ -527,7 +527,6 @@ public class Main {
|
||||
// extract files that are supported, match the layout (if any), pass the includeMatcher,
|
||||
// and do not pass the excludeMatcher
|
||||
if (fileExtractor.supports(root)
|
||||
&& extractorOutputConfig.shouldExtract(root)
|
||||
&& (explicit || includeMatcher.matches(path) && !excludeMatcher.matches(path))) {
|
||||
files.add(normalizeFile(root));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user