mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
11 lines
243 B
Batchfile
11 lines
243 B
Batchfile
@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%"
|
|
|
|
exit /b %ERRORLEVEL%
|