We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef67311 commit 61fc91dCopy full SHA for 61fc91d
1 file changed
swift/ql/integration-tests/osx/hello-xcode/Files.ql
@@ -1,5 +1,7 @@
1
import swift
2
3
from File f
4
-where exists(f.getRelativePath()) or f instanceof UnknownFile
+where
5
+ (exists(f.getRelativePath()) or f instanceof UnknownFile) and
6
+ not f.getName() = "<module-includes>"
7
select f
0 commit comments