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

@@ -5,6 +5,7 @@ type NUL && "%CODEQL_DIST%\codeql" database index-files ^
--include-extension=.csproj ^
--include-extension=.props ^
--include-extension=.xml ^
--also-match-lgtm-index-filters ^
--size-limit 10m ^
--language xml ^
--working-dir=. ^

View File

@@ -7,6 +7,7 @@ set -eu
--include-extension=.csproj \
--include-extension=.props \
--include-extension=.xml \
--also-match-lgtm-index-filters \
--size-limit 10m \
--language xml \
--working-dir=. \