mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
JS: Remove call to shouldExtract
It always returns true nowadays.
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