File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed
Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ type NUL && "%CODEQL_DIST%\codeql" database index-files ^
55 --include-extension=.csproj ^
66 --include-extension=.props ^
77 --include-extension=.xml ^
8+ --also-match-lgtm-index-filters ^
89 --size-limit 10m ^
910 --language xml ^
1011 --working-dir=. ^
Original file line number Diff line number Diff line change 77 --include-extension=.csproj \
88 --include-extension=.props \
99 --include-extension=.xml \
10+ --also-match-lgtm-index-filters \
1011 --size-limit 10m \
1112 --language xml \
1213 --working-dir=. \
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ if NOT "%CODEQL_EXTRACTOR_GO_EXTRACT_HTML%"=="no" (
99 --include-extension=.xhtm ^
1010 --include-extension=.xhtml ^
1111 --include-extension=.vue ^
12+ --also-match-lgtm-index-filters ^
1213 --size-limit 10m ^
1314 --language html ^
1415 -- ^
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ if [ "${CODEQL_EXTRACTOR_GO_EXTRACT_HTML:-yes}" != "no" ]; then
1010 --include-extension=.xhtm \
1111 --include-extension=.xhtml \
1212 --include-extension=.vue \
13+ --also-match-lgtm-index-filters \
1314 --size-limit 10m \
1415 --language html \
1516 -- \
Original file line number Diff line number Diff line change 33type NUL && " %CODEQL_DIST% \codeql" database index-files ^
44 --include-extension=.yaml ^
55 --include-extension=.yml ^
6+ --also-match-lgtm-index-filters ^
67 --size-limit=5m ^
78 --language yaml ^
89 -- ^
Original file line number Diff line number Diff line change 55" $CODEQL_DIST /codeql" database index-files \
66 --include-extension=.yaml \
77 --include-extension=.yml \
8+ --also-match-lgtm-index-filters \
89 --size-limit=5m \
910 --language yaml \
1011 -- \
Original file line number Diff line number Diff line change 33type NUL && " %CODEQL_DIST% \codeql" database index-files ^
44 --include=**/qlpack.yml ^
55 --include-extension=.qlref ^
6+ --also-match-lgtm-index-filters ^
67 --size-limit=5m ^
78 --language yaml ^
89 -- ^
Original file line number Diff line number Diff line change 55" $CODEQL_DIST /codeql" database index-files \
66 " --include=**/qlpack.yml" \
77 --include-extension=.qlref \
8+ --also-match-lgtm-index-filters \
89 --size-limit=5m \
910 --language yaml \
1011 -- \
You can’t perform that action at this time.
0 commit comments