From 5a191692df80c367bfdeb1a4e022ee5801cb4e98 Mon Sep 17 00:00:00 2001 From: Alex Ford Date: Wed, 21 Apr 2021 12:57:12 +0100 Subject: [PATCH] Update ql/src/queries/metrics/FLinesOfComments.ql Co-authored-by: Arthur Baars --- ql/src/queries/metrics/FLinesOfComments.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ql/src/queries/metrics/FLinesOfComments.ql b/ql/src/queries/metrics/FLinesOfComments.ql index 0d252ebe140..7f3298acb3a 100644 --- a/ql/src/queries/metrics/FLinesOfComments.ql +++ b/ql/src/queries/metrics/FLinesOfComments.ql @@ -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