mirror of
https://github.com/github/codeql.git
synced 2026-03-30 12:18:18 +02:00
Swift: Limit successfully extracted lines
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
|
||||
import swift
|
||||
|
||||
select sum(File f | | f.getNumberOfLinesOfCode())
|
||||
select sum(File f | exists(f.getRelativePath()) | f.getNumberOfLinesOfCode())
|
||||
|
||||
@@ -1 +1 @@
|
||||
| 299 |
|
||||
| 4 |
|
||||
|
||||
Reference in New Issue
Block a user