Skip to content

Commit 7a7d164

Browse files
authored
Merge pull request #10698 from github/henrymercer/successfully-extracted-files-tag
Tag successfully extracted files queries
2 parents a856bc8 + d80d395 commit 7a7d164

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

cpp/ql/src/Diagnostics/SuccessfullyExtractedFiles.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Lists all files in the source code directory that were extracted without encountering a problem in the file.
44
* @kind diagnostic
55
* @id cpp/diagnostics/successfully-extracted-files
6+
* @tags successfully-extracted-files
67
*/
78

89
import cpp

csharp/ql/src/Diagnostics/DiagnosticNoExtractionErrors.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* without encountering an extraction or compiler error in the file.
55
* @kind diagnostic
66
* @id cs/diagnostics/successfully-extracted-files
7+
* @tags successfully-extracted-files
78
*/
89

910
import csharp

go/ql/src/Diagnostics/SuccessfullyExtractedFiles.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @name Successfully analyzed files
44
* @description List all files that were successfully extracted.
55
* @kind diagnostic
6+
* @tags successfully-extracted-files
67
*/
78

89
import go

java/ql/src/Diagnostics/SuccessfullyExtractedFiles.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* were extracted without encountering an error in the file.
55
* @kind diagnostic
66
* @id java/diagnostics/successfully-extracted-files
7+
* @tags successfully-extracted-files
78
*/
89

910
import java

javascript/ql/src/Diagnostics/SuccessfullyExtractedFiles.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Lists all files in the source code directory that were extracted without encountering an error in the file.
44
* @kind diagnostic
55
* @id js/diagnostics/successfully-extracted-files
6+
* @tags successfully-extracted-files
67
*/
78

89
import javascript

python/ql/src/Diagnostics/SuccessfullyExtractedFiles.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* without encountering an error.
55
* @kind diagnostic
66
* @id py/diagnostics/successfully-extracted-files
7+
* @tags successfully-extracted-files
78
*/
89

910
import python

ql/ql/src/queries/diagnostics/SuccessfullyExtractedFiles.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* without encountering an error in the file.
55
* @kind diagnostic
66
* @id ql/diagnostics/successfully-extracted-files
7+
* @tags successfully-extracted-files
78
*/
89

910
import ql

ruby/ql/src/queries/diagnostics/SuccessfullyExtractedFiles.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* without encountering an error in the file.
55
* @kind diagnostic
66
* @id rb/diagnostics/successfully-extracted-files
7+
* @tags successfully-extracted-files
78
*/
89

910
import codeql.ruby.AST

0 commit comments

Comments
 (0)