mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Move files to ruby subfolder
This commit is contained in:
13
ruby/tools/qltest.cmd
Normal file
13
ruby/tools/qltest.cmd
Normal file
@@ -0,0 +1,13 @@
|
||||
@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 ^
|
||||
"%CODEQL_EXTRACTOR_RUBY_WIP_DATABASE%"
|
||||
|
||||
exit /b %ERRORLEVEL%
|
||||
Reference in New Issue
Block a user