Skip to content

Commit de83929

Browse files
committed
Remove LoC metrics from the analysis summary
1 parent f100137 commit de83929

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cpp/ql/src/Summary/LinesOfCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @description The total number of lines of C/C++ code across all files, including system headers, libraries, and auto-generated files. This is a useful metric of the size of a database. For all files that were seen during the build, this query counts the lines of code, excluding whitespace or comments.
55
* @kind metric
66
* @tags summary
7+
* telemetry
78
*/
89

910
import cpp

javascript/ql/src/Summary/LinesOfCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @description The total number of lines of JavaScript or TypeScript code across all files checked into the repository, except in `node_modules`. This is a useful metric of the size of a database. For all files that were seen during extraction, this query counts the lines of code, excluding whitespace or comments.
55
* @kind metric
66
* @tags summary
7+
* telemetry
78
*/
89

910
import javascript

python/ql/src/Summary/LinesOfCode.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* database. This query counts the lines of code, excluding whitespace or comments.
66
* @kind metric
77
* @tags summary
8+
* telemetry
89
* @id py/summary/lines-of-code
910
*/
1011

0 commit comments

Comments
 (0)