Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd2e4e commit 7ff2ca4Copy full SHA for 7ff2ca4
1 file changed
ql/src/queries/summary/LinesOfUserCode.ql
@@ -1,7 +1,9 @@
1
/**
2
* @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.
+ * @name Total Lines of user written Ruby code in the database
+ * @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.
7
* @kind metric
8
* @tags summary
9
*/
0 commit comments