From 71234155b897d738b736a8870a7d153228b718a0 Mon Sep 17 00:00:00 2001 From: Alex Ford Date: Fri, 14 May 2021 15:59:07 +0100 Subject: [PATCH] improve rb/summary/lines-of-code description --- ql/src/queries/summary/LinesOfCode.ql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ql/src/queries/summary/LinesOfCode.ql b/ql/src/queries/summary/LinesOfCode.ql index 958a931a16d..1f2570d06d1 100644 --- a/ql/src/queries/summary/LinesOfCode.ql +++ b/ql/src/queries/summary/LinesOfCode.ql @@ -1,9 +1,10 @@ /** * @id rb/summary/lines-of-code * @name Total lines of Ruby code in the database - * @description The total number of lines of Ruby code across all files, - * including vendored code, tests. This query counts the lines of code, - * excluding whitespace or comments. + * @description The total number of lines of Ruby code from the source code + * directory, including external libraries and auto-generated files. This is a + * useful metric of the size of a database. This query counts the lines of + * code, excluding whitespace or comments. * @kind metric * @tags summary */