mirror of
https://github.com/github/codeql.git
synced 2026-02-10 20:21:10 +01:00
de-ruby some more things
This commit is contained in:
@@ -12,8 +12,7 @@ import ql
|
||||
|
||||
select sum(File f |
|
||||
f.fromSource() and
|
||||
exists(f.getRelativePath()) and
|
||||
not f.getAbsolutePath().matches("%/vendor/%")
|
||||
exists(f.getRelativePath())
|
||||
|
|
||||
f.getNumberOfLinesOfCode()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user