зеркало из https://github.com/github/codeql.git
Merge pull request #10997 from github/henrymercer/go-extract-file-locations
Go: Extract locations of successfully extracted files
This commit is contained in:
Коммит
19b7e9ebc7
|
@ -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 | |
|
||||
|
|
Загрузка…
Ссылка в новой задаче