QL for QL: add autobuilder that respects LGTM_INDEX_FILTERS

This commit is contained in:
Nick Rolfe
2021-12-17 16:05:21 +00:00
parent 5054d5b555
commit e6c60ebd41
12 changed files with 67 additions and 27 deletions

View File

@@ -1,12 +1,5 @@
@echo off
type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
--include-extension=.ql ^
--include-extension=.qll ^
--include-extension=.dbscheme ^
--include=**/qlpack.yml ^
--size-limit=5m ^
--language=ql ^
"%CODEQL_EXTRACTOR_QL_WIP_DATABASE%"
type NUL && "%CODEQL_EXTRACTOR_QL_ROOT%\tools\%CODEQL_PLATFORM%\autobuilder"
exit /b %ERRORLEVEL%