Files
codeql/ql/tools/pre-finalize.cmd

13 lines
286 B
Batchfile

@echo off
type NUL && "%CODEQL_DIST%\codeql" database index-files ^
--include=**/qlpack.yml ^
--include-extension=.qlref ^
--also-match-lgtm-index-filters ^
--size-limit=5m ^
--language yaml ^
-- ^
"%CODEQL_EXTRACTOR_QL_WIP_DATABASE%"
exit /b %ERRORLEVEL%