mirror of
https://github.com/github/codeql.git
synced 2026-08-03 17:03:02 +02:00
We are no longer bound to the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional.
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
import swift
|
|
|
|
predicate relevant(Locatable loc) {
|
|
loc.getLocation().getFile().getName().matches("%/swift/ql/integration-tests/%/Sources/%")
|
|
}
|