зеркало из https://github.com/github/codeql.git
15 строки
355 B
Batchfile
15 строки
355 B
Batchfile
@echo off
|
|
|
|
type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
|
|
--prune=**/*.testproj ^
|
|
--include-extension=.rb ^
|
|
--include-extension=.erb ^
|
|
--include-extension=.gemspec ^
|
|
--include=**/Gemfile ^
|
|
--size-limit=5m ^
|
|
--language=ruby ^
|
|
--working-dir=. ^
|
|
"%CODEQL_EXTRACTOR_RUBY_WIP_DATABASE%"
|
|
|
|
exit /b %ERRORLEVEL%
|