Skip to content

Commit

Permalink
Merge pull request #16904 from igfoo/igfoo/shouldExtract
Browse files Browse the repository at this point in the history
JS: Remove call to shouldExtract
  • Loading branch information
erik-krogh authored Jul 4, 2024
2 parents d675304 + 95a418a commit 1c0c51f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascript/extractor/src/com/semmle/js/extractor/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ private void collectFiles(File root, boolean explicit) {
// 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));
}
Expand Down

0 comments on commit 1c0c51f

Please sign in to comment.