Skip to content

Commit fcd4602

Browse files
committed
update metadata for FLines* queries
1 parent 50a0f28 commit fcd4602

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

ql/src/queries/metrics/FLines.ql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/**
22
* @name Number of lines
3-
* @kind treemap
3+
* @kind metric
44
* @description The number of lines in each file.
5-
* @treemap.warnOn highValues
65
* @metricType file
7-
* @metricAggregate avg sum max
8-
* @precision very-high
96
* @id rb/lines-per-file
107
* @tags maintainability
118
*/

ql/src/queries/metrics/FLinesOfCode.ql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
/**
22
* @name Lines of code in files
3-
* @kind treemap
3+
* @kind metric
44
* @description Measures the number of lines of code in each file, ignoring lines that
55
* contain only comments or whitespace.
6-
* @treemap.warnOn highValues
76
* @metricType file
8-
* @metricAggregate avg sum max
9-
* @precision very-high
107
* @id rb/lines-of-code-in-files
118
* @tags maintainability
129
*/

ql/src/queries/metrics/FLinesOfComments.ql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/**
22
* @name Lines of comments in files
3-
* @kind treemap
3+
* @kind metric
44
* @description Files with few lines of comment might not have sufficient documentation to make them understandable.
5-
* @treemap.warnOn lowValues
65
* @metricType file
7-
* @metricAggregate avg sum max
8-
* @precision very-high
96
* @id rb/lines-of-comments-in-files
107
* @tags documentation
118
*/

0 commit comments

Comments
 (0)