mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
Merge pull request #10997 from github/henrymercer/go-extract-file-locations
Go: Extract locations of successfully extracted files
This commit is contained in:
@@ -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, ""
|
||||
|
||||
@@ -1 +1 @@
|
||||
| query-tests/Diagnostics/util.go |
|
||||
| util.go:0:0:0:0 | util.go | |
|
||||
|
||||
Reference in New Issue
Block a user