Skip to content

Commit

Permalink
Merge pull request #15874 from github/henrymercer/mark-loc-as-telemetry
Browse files Browse the repository at this point in the history
Show lines of code data in debug mode only
  • Loading branch information
henrymercer authored Mar 21, 2024
2 parents ccc5a80 + a76832f commit 4e3a6e2
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/ql/src/Summary/LinesOfUserCode.ql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* @kind metric
* @tags summary
* lines-of-code
* debug
* @id cpp/summary/lines-of-user-code
*/

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

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

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

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

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

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

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

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

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

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

import swift
Expand Down

0 comments on commit 4e3a6e2

Please sign in to comment.