Skip to content

Commit cc1d1d8

Browse files
authored
Merge pull request #575 from hvitved/remove-reduced-env-var
Remove `CODEQL_REDUCE_FILES_FOLDERS_RELATIONS`
2 parents 769456e + 9142079 commit cc1d1d8

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

codeql-extractor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ pull_request_triggers:
66
- "**/glide.yaml"
77
- "**/Gopkg.toml"
88
column_kind: "utf8"
9-
extra_env_vars:
10-
CODEQL_REDUCE_FILES_FOLDERS_RELATIONS: "true"
119
file_types:
1210
- name: go
1311
display_name: Go

codeql-tools/pre-finalize.cmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
@echo off
22
SETLOCAL EnableDelayedExpansion
33

4-
SET CODEQL_REDUCE_FILES_FOLDERS_RELATIONS=true
5-
64
if NOT "%CODEQL_EXTRACTOR_GO_EXTRACT_HTML%"=="no" (
75
type NUL && "%CODEQL_DIST%/codeql.exe" database index-files ^
86
--working-dir=. ^

codeql-tools/pre-finalize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eu
44

55
if [ "${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 \

0 commit comments

Comments
 (0)