Skip to content

Commit 7123415

Browse files
committed
improve rb/summary/lines-of-code description
1 parent 7ff2ca4 commit 7123415

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

ql/src/queries/summary/LinesOfCode.ql

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
22
* @id rb/summary/lines-of-code
33
* @name Total lines of Ruby code in the database
4-
* @description The total number of lines of Ruby code across all files,
5-
* including vendored code, tests. This query counts the lines of code,
6-
* excluding whitespace or comments.
4+
* @description The total number of lines of Ruby code from the source code
5+
* directory, including external libraries and auto-generated files. This is a
6+
* useful metric of the size of a database. This query counts the lines of
7+
* code, excluding whitespace or comments.
78
* @kind metric
89
* @tags summary
910
*/

0 commit comments

Comments
 (0)