mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Add support for LGTM_INDEX_FILTERS environment variable
* re-implement autobuilder script in Rust * add additional --include/--exclude flags based on LGTM_INDEX_FILTERS environment variable
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
@echo off
|
||||
|
||||
type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
|
||||
--include-extension=.rb ^
|
||||
--include-extension=.erb ^
|
||||
--size-limit=5m ^
|
||||
--language=ruby ^
|
||||
"%CODEQL_EXTRACTOR_RUBY_WIP_DATABASE%"
|
||||
type NUL && "%CODEQL_EXTRACTOR_RUBY_ROOT%\tools\%CODEQL_PLATFORM\autobuilder"
|
||||
|
||||
exit /b %ERRORLEVEL%
|
||||
|
||||
Reference in New Issue
Block a user