Drop redundant columns from files and folders relations

This commit is contained in:
Tom Hvitved
2021-08-12 15:11:07 +02:00
parent 1ab2c44310
commit a9a0cffb01
8 changed files with 11 additions and 464 deletions

View File

@@ -1,6 +1,8 @@
@echo off
SETLOCAL EnableDelayedExpansion
SET CODEQL_REDUCE_FILES_FOLDERS_RELATIONS=true
if NOT "%CODEQL_EXTRACTOR_GO_EXTRACT_HTML%"=="no" (
type NUL && "%CODEQL_DIST%/codeql.exe" database index-files ^
--working-dir=. ^

View File

@@ -3,7 +3,7 @@
set -eu
if [ "${CODEQL_EXTRACTOR_GO_EXTRACT_HTML:-yes}" != "no" ]; then
"$CODEQL_DIST/codeql" database index-files \
CODEQL_REDUCE_FILES_FOLDERS_RELATIONS=true "$CODEQL_DIST/codeql" database index-files \
--working-dir=. \
--include-extension=.htm \
--include-extension=.html \