Go: Use a consistent query identifier for successfully extracted files

Update the query identifier for
`Diagnostics/SuccessfullyExtractedFiles.ql` to be consistent with other
languages.
This commit is contained in:
Henry Mercer
2022-09-23 16:02:36 +01:00
committed by GitHub
parent 8c13738199
commit 8f9dafcce9

View File

@@ -1,5 +1,5 @@
/**
* @id go/summary/successfully-extracted-files
* @id go/diagnostics/successfully-extracted-files
* @name Successfully analyzed files
* @description List all files that were successfully extracted.
* @kind diagnostic