Merge pull request #10997 from github/henrymercer/go-extract-file-locations

Go: Extract locations of successfully extracted files
This commit is contained in:
Henry Mercer
2022-10-27 16:12:15 +01:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -9,5 +9,7 @@
import go
from File f
where not exists(Error e | e.getFile() = f)
select f.getRelativePath()
where
not exists(Error e | e.getFile() = f) and
exists(f.getRelativePath())
select f, ""

View File

@@ -1 +1 @@
| query-tests/Diagnostics/util.go |
| util.go:0:0:0:0 | util.go | |