Update ql/src/queries/metrics/FLinesOfComments.ql

Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
Alex Ford
2021-04-21 12:57:12 +01:00
committed by GitHub
parent 4e119cc085
commit 5a191692df

View File

@@ -1,7 +1,7 @@
/**
* @name Lines of comments in files
* @kind metric
* @description Files with few lines of comment might not have sufficient documentation to make them understandable.
* @description Measures the number of lines of comments in each file.
* @metricType file
* @id rb/lines-of-comments-in-files
* @tags documentation