mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Kotlin: Add a "generted by" field to the diagnostics table
This commit is contained in:
@@ -20,7 +20,7 @@ Location unusedLocation() {
|
||||
not exists(Top t | t.getLocation() = result) and
|
||||
not exists(XMLLocatable x | x.getLocation() = result) and
|
||||
not exists(ConfigLocatable c | c.getLocation() = result) and
|
||||
not exists(@diagnostic d | diagnostics(d, _, _, _, _, result)) and
|
||||
not exists(@diagnostic d | diagnostics(d, _, _, _, _, _, result)) and
|
||||
not (result.getFile().getExtension() = "xml" and
|
||||
result.getStartLine() = 0 and
|
||||
result.getStartColumn() = 0 and
|
||||
|
||||
Reference in New Issue
Block a user