Skip to content

Commit 4e3a6e2

Browse files
authored
Merge pull request #15874 from github/henrymercer/mark-loc-as-telemetry
Show lines of code data in debug mode only
2 parents ccc5a80 + a76832f commit 4e3a6e2

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

cpp/ql/src/Summary/LinesOfUserCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @kind metric
55
* @tags summary
66
* lines-of-code
7+
* debug
78
* @id cpp/summary/lines-of-user-code
89
*/
910

csharp/ql/src/Metrics/Summaries/LinesOfCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @kind metric
66
* @tags summary
77
* lines-of-code
8+
* debug
89
*/
910

1011
import csharp

go/ql/src/Summary/LinesOfCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @kind metric
66
* @tags summary
77
* lines-of-code
8+
* debug
89
*/
910

1011
import go

java/ql/src/Metrics/Summaries/LinesOfCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @kind metric
88
* @tags summary
99
* lines-of-code
10+
* debug
1011
*/
1112

1213
import java

javascript/ql/src/Summary/LinesOfUserCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @kind metric
77
* @tags summary
88
* lines-of-code
9+
* debug
910
* @id js/summary/lines-of-user-code
1011
*/
1112

python/ql/src/Summary/LinesOfUserCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @kind metric
99
* @tags summary
1010
* lines-of-code
11+
* debug
1112
* @id py/summary/lines-of-user-code
1213
*/
1314

ql/ql/src/queries/summary/LinesOfCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @kind metric
99
* @tags summary
1010
* lines-of-code
11+
* debug
1112
*/
1213

1314
import ql

ql/ql/src/queries/summary/LinesOfUserCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* query counts the lines of code, excluding whitespace or comments.
77
* @kind metric
88
* @tags summary
9+
* debug
910
*/
1011

1112
import ql

ruby/ql/src/queries/summary/LinesOfCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* @kind metric
99
* @tags summary
1010
* lines-of-code
11+
* debug
1112
*/
1213

1314
import codeql.ruby.AST

ruby/ql/src/queries/summary/LinesOfUserCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* query counts the lines of code, excluding whitespace or comments.
77
* @kind metric
88
* @tags summary
9+
* debug
910
*/
1011

1112
import codeql.ruby.AST

0 commit comments

Comments
 (0)