mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
10 lines
212 B
Batchfile
10 lines
212 B
Batchfile
@echo off
|
|
|
|
type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
|
|
--include-extension=.rb ^
|
|
--size-limit=5m ^
|
|
--language=ruby ^
|
|
"%CODEQL_EXTRACTOR_RUBY_WIP_DATABASE%"
|
|
|
|
exit /b %ERRORLEVEL%
|