Skip to content

Commit

Permalink
Mark LOC queries as debug instead
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Mar 20, 2024
1 parent c325ff8 commit a76832f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cpp/ql/src/Summary/LinesOfUserCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @kind metric
* @tags summary
* lines-of-code
* telemetry
* debug
* @id cpp/summary/lines-of-user-code
*/

Expand Down
2 changes: 1 addition & 1 deletion csharp/ql/src/Metrics/Summaries/LinesOfCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @kind metric
* @tags summary
* lines-of-code
* telemetry
* debug
*/

import csharp
Expand Down
2 changes: 1 addition & 1 deletion go/ql/src/Summary/LinesOfCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @kind metric
* @tags summary
* lines-of-code
* telemetry
* debug
*/

import go
Expand Down
2 changes: 1 addition & 1 deletion java/ql/src/Metrics/Summaries/LinesOfCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @kind metric
* @tags summary
* lines-of-code
* telemetry
* debug
*/

import java
Expand Down
2 changes: 1 addition & 1 deletion javascript/ql/src/Summary/LinesOfUserCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @kind metric
* @tags summary
* lines-of-code
* telemetry
* debug
* @id js/summary/lines-of-user-code
*/

Expand Down
2 changes: 1 addition & 1 deletion python/ql/src/Summary/LinesOfUserCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @kind metric
* @tags summary
* lines-of-code
* telemetry
* debug
* @id py/summary/lines-of-user-code
*/

Expand Down
2 changes: 1 addition & 1 deletion ql/ql/src/queries/summary/LinesOfCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @kind metric
* @tags summary
* lines-of-code
* telemetry
* debug
*/

import ql
Expand Down
2 changes: 1 addition & 1 deletion ql/ql/src/queries/summary/LinesOfUserCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* query counts the lines of code, excluding whitespace or comments.
* @kind metric
* @tags summary
* telemetry
* debug
*/

import ql
Expand Down
2 changes: 1 addition & 1 deletion ruby/ql/src/queries/summary/LinesOfCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @kind metric
* @tags summary
* lines-of-code
* telemetry
* debug
*/

import codeql.ruby.AST
Expand Down
2 changes: 1 addition & 1 deletion ruby/ql/src/queries/summary/LinesOfUserCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* query counts the lines of code, excluding whitespace or comments.
* @kind metric
* @tags summary
* telemetry
* debug
*/

import codeql.ruby.AST
Expand Down
2 changes: 1 addition & 1 deletion swift/ql/src/diagnostics/SuccessfullyExtractedLines.ql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @kind metric
* @id swift/diagnostics/successfully-extracted-lines
* @tags summary
* telemetry
* debug
*/

import swift
Expand Down

0 comments on commit a76832f

Please sign in to comment.