Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ff2ca4

Browse files
committed
improve rb/summary/lines-of-user-code name and description
1 parent 6bd2e4e commit 7ff2ca4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ql/src/queries/summary/LinesOfUserCode.ql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/**
22
* @id rb/summary/lines-of-user-code
3-
* @name Lines of authored Ruby code in the database
4-
* @description The total number of lines of Ruby code across files, excluding library and generated code.
3+
* @name Total Lines of user written Ruby code in the database
4+
* @description The total number of lines of Ruby code from the source code
5+
* directory, excluding external library and auto-generated files. This
6+
* query counts the lines of code, excluding whitespace or comments.
57
* @kind metric
68
* @tags summary
79
*/

0 commit comments

Comments
 (0)