зеркало из https://github.com/github/codeql.git
14 строки
334 B
Batchfile
14 строки
334 B
Batchfile
@echo off
|
|
|
|
type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
|
|
--prune=**/*.testproj ^
|
|
--include-extension=.ql ^
|
|
--include-extension=.qll ^
|
|
--include-extension=.dbscheme ^
|
|
--include-extension=.yml ^
|
|
--size-limit=5m ^
|
|
--language=ql ^
|
|
"%CODEQL_EXTRACTOR_QL_WIP_DATABASE%"
|
|
|
|
exit /b %ERRORLEVEL%
|