Skip to content

Commit 8f9dafc

Browse files
authored
Go: Use a consistent query identifier for successfully extracted files
Update the query identifier for `Diagnostics/SuccessfullyExtractedFiles.ql` to be consistent with other languages.
1 parent 8c13738 commit 8f9dafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/src/Diagnostics/SuccessfullyExtractedFiles.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @id go/summary/successfully-extracted-files
2+
* @id go/diagnostics/successfully-extracted-files
33
* @name Successfully analyzed files
44
* @description List all files that were successfully extracted.
55
* @kind diagnostic

0 commit comments

Comments
 (0)