Merge pull request #10698 from github/henrymercer/successfully-extracted-files-tag

Tag successfully extracted files queries
This commit is contained in:
Henry Mercer
2022-10-06 13:21:52 +01:00
committed by GitHub
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

View File

@@ -4,6 +4,7 @@
* without encountering an extraction or compiler error in the file.
* @kind diagnostic
* @id cs/diagnostics/successfully-extracted-files
* @tags successfully-extracted-files
*/
import csharp

View File

@@ -3,6 +3,7 @@
* @name Successfully analyzed files
* @description List all files that were successfully extracted.
* @kind diagnostic
* @tags successfully-extracted-files
*/
import go

View File

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

View File

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

View File

@@ -4,6 +4,7 @@
* without encountering an error.
* @kind diagnostic
* @id py/diagnostics/successfully-extracted-files
* @tags successfully-extracted-files
*/
import python

View File

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

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