All languages: account for paths and paths-ignore in XML and other ancillary extraction

This commit is contained in:
Chris Smowton
2026-01-06 12:48:01 +00:00
committed by GitHub
parent eca451ea05
commit af36eae002
8 changed files with 8 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ if NOT "%CODEQL_EXTRACTOR_GO_EXTRACT_HTML%"=="no" (
--include-extension=.xhtm ^
--include-extension=.xhtml ^
--include-extension=.vue ^
--also-match-lgtm-index-filters ^
--size-limit 10m ^
--language html ^
-- ^

View File

@@ -10,6 +10,7 @@ if [ "${CODEQL_EXTRACTOR_GO_EXTRACT_HTML:-yes}" != "no" ]; then
--include-extension=.xhtm \
--include-extension=.xhtml \
--include-extension=.vue \
--also-match-lgtm-index-filters \
--size-limit 10m \
--language html \
-- \