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

@@ -4,6 +4,7 @@
* without encountering an error in the file.
* @kind diagnostic
* @id rb/diagnostics/successfully-extracted-files
* @tags successfully-extracted-files
*/
import codeql.ruby.AST