There was an error while loading. Please reload this page.
1 parent 7ff2ca4 commit 7123415Copy full SHA for 7123415
1 file changed
ql/src/queries/summary/LinesOfCode.ql
@@ -1,9 +1,10 @@
1
/**
2
* @id rb/summary/lines-of-code
3
* @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.
+ * @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
7
+ * code, excluding whitespace or comments.
8
* @kind metric
9
* @tags summary
10
*/
0 commit comments