mirror of
https://github.com/github/codeql.git
synced 2026-08-02 16:32:58 +02: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. Test forgotten in https://github.com/github/codeql/pull/19344
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
import swift
|
|
|
|
from Location l
|
|
where exists(l.getFile().getRelativePath()) or l instanceof UnknownLocation
|
|
select l
|