restrict rb/summary/lines-of-code to the source root

This commit is contained in:
Alex Ford
2021-05-14 15:59:48 +01:00
parent 71234155b8
commit 65b0ce204d

View File

@@ -11,4 +11,4 @@
import ruby
select sum(File f | | f.getNumberOfLinesOfCode())
select sum(File f | exists(f.getRelativePath()) | f.getNumberOfLinesOfCode())