mirror of
https://github.com/github/codeql.git
synced 2026-02-19 16:33:40 +01:00
update metadata for FLines* queries
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user