improve rb/summary/lines-of-code description

This commit is contained in:
Alex Ford
2021-05-14 15:59:07 +01:00
parent 7ff2ca4ffe
commit 71234155b8

View File

@@ -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
*/