File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ pull_request_triggers:
66 - " **/glide.yaml"
77 - " **/Gopkg.toml"
88column_kind : " utf8"
9- extra_env_vars :
10- CODEQL_REDUCE_FILES_FOLDERS_RELATIONS : " true"
119file_types :
1210 - name : go
1311 display_name : Go
Original file line number Diff line number Diff line change 11@ echo off
22SETLOCAL EnableDelayedExpansion
33
4- SET CODEQL_REDUCE_FILES_FOLDERS_RELATIONS = true
5-
64if NOT " %CODEQL_EXTRACTOR_GO_EXTRACT_HTML% " == " no" (
75 type NUL && " %CODEQL_DIST% /codeql.exe" database index-files ^
86 --working-dir=. ^
Original file line number Diff line number Diff line change 33set -eu
44
55if [ " ${CODEQL_EXTRACTOR_GO_EXTRACT_HTML:- yes} " != " no" ]; then
6- CODEQL_REDUCE_FILES_FOLDERS_RELATIONS=true " $CODEQL_DIST /codeql" database index-files \
6+ " $CODEQL_DIST /codeql" database index-files \
77 --working-dir=. \
88 --include-extension=.htm \
99 --include-extension=.html \
You can’t perform that action at this time.
0 commit comments