We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc8529 commit b0b321aCopy full SHA for b0b321a
go/ql/src/Diagnostics/SuccessfullyExtractedFiles.ql
@@ -9,6 +9,7 @@
9
import go
10
11
from File f
12
-where not exists(Error e | e.getFile() = f) and
+where
13
+ not exists(Error e | e.getFile() = f) and
14
exists(f.getRelativePath())
15
select f, ""
0 commit comments