mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02: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.
|
||||
* @kind diagnostic
|
||||
* @id py/diagnostics/successfully-extracted-files
|
||||
* @tags successfully-extracted-files
|
||||
*/
|
||||
|
||||
import python
|
||||
|
||||
Reference in New Issue
Block a user