mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
With Swift 6.1 the extractor will start to extract files outside of the test directory. These files and their elements we do not want to see in our tests.
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
import swift
|
|
|
|
from File f
|
|
where exists(f.getRelativePath()) or f instanceof UnknownFile
|
|
select f
|