mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
restrict rb/summary/lines-of-code to the source root
This commit is contained in:
@@ -11,4 +11,4 @@
|
||||
|
||||
import ruby
|
||||
|
||||
select sum(File f | | f.getNumberOfLinesOfCode())
|
||||
select sum(File f | exists(f.getRelativePath()) | f.getNumberOfLinesOfCode())
|
||||
|
||||
Reference in New Issue
Block a user