mirror of
https://github.com/github/codeql.git
synced 2026-07-23 04:02:07 +02:00
8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
import swift
|
|
|
|
from File f
|
|
where
|
|
(exists(f.getRelativePath()) or f instanceof UnknownFile) and
|
|
not f.getBaseName() = "<module-includes>"
|
|
select f
|