Files
codeql/swift/ql/integration-tests/posix-only/deduplication/Relevant.qll
2024-03-25 11:49:19 +01:00

6 lines
144 B
Plaintext

import swift
predicate relevant(Locatable loc) {
loc.getLocation().getFile().getName().matches("%/swift/ql/integration-tests/%/Sources/%")
}