Tag successfully extracted files queries

Tag the successfully extracted files queries with
`successfully-extracted-files` to make them easier to identify
programmatically in a language-independent way.
This follows the prior art for lines of code queries, which are tagged
`lines-of-code`.
This commit is contained in:
Henry Mercer
2022-10-05 19:19:43 +01:00
parent 387e57546b
commit d80d39504f
8 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
* @description Lists all files in the source code directory that were extracted without encountering a problem in the file.
* @kind diagnostic
* @id cpp/diagnostics/successfully-extracted-files
* @tags successfully-extracted-files
*/
import cpp