QLTest: ignore *.testproj folders

This commit is contained in:
Arthur Baars
2021-02-25 15:24:06 +01:00
parent 7ab147a7b8
commit 75883b94cd
2 changed files with 18 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
@echo off
CALL "%CODEQL_EXTRACTOR_RUBY_ROOT%\tools\autobuild.cmd"
type NUL && "%CODEQL_DIST%\codeql.exe" database index-files ^
--prune=**/*.testproj ^
--include-extension=.rb ^
--include-extension=.erb ^
--size-limit=5m ^
--language=ruby ^
"%CODEQL_EXTRACTOR_RUBY_WIP_DATABASE%"
exit /b %ERRORLEVEL%