mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +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())
|
||||
|
||||
Reference in New Issue
Block a user