mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user