update metadata for FLines* queries

This commit is contained in:
Alex Ford
2021-04-21 10:28:20 +01:00
parent 50a0f282bf
commit fcd46025fe
3 changed files with 3 additions and 12 deletions

View File

@@ -1,11 +1,8 @@
/**
* @name Number of lines
* @kind treemap
* @kind metric
* @description The number of lines in each file.
* @treemap.warnOn highValues
* @metricType file
* @metricAggregate avg sum max
* @precision very-high
* @id rb/lines-per-file
* @tags maintainability
*/

View File

@@ -1,12 +1,9 @@
/**
* @name Lines of code in files
* @kind treemap
* @kind metric
* @description Measures the number of lines of code in each file, ignoring lines that
* contain only comments or whitespace.
* @treemap.warnOn highValues
* @metricType file
* @metricAggregate avg sum max
* @precision very-high
* @id rb/lines-of-code-in-files
* @tags maintainability
*/

View File

@@ -1,11 +1,8 @@
/**
* @name Lines of comments in files
* @kind treemap
* @kind metric
* @description Files with few lines of comment might not have sufficient documentation to make them understandable.
* @treemap.warnOn lowValues
* @metricType file
* @metricAggregate avg sum max
* @precision very-high
* @id rb/lines-of-comments-in-files
* @tags documentation
*/