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

@@ -3,6 +3,7 @@
type NUL && "%CODEQL_DIST%\codeql" database index-files ^
--include-extension=.yaml ^
--include-extension=.yml ^
--also-match-lgtm-index-filters ^
--size-limit=5m ^
--language yaml ^
-- ^

View File

@@ -5,6 +5,7 @@ set -eu
"$CODEQL_DIST/codeql" database index-files \
--include-extension=.yaml \
--include-extension=.yml \
--also-match-lgtm-index-filters \
--size-limit=5m \
--language yaml \
-- \