File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ql/ql/src/queries/summary
ruby/ql/src/queries/summary Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @id ql/summary/lines-of-user-code
3
- * @name Total Lines of user written QL code in the database
3
+ * @name Total lines of user written QL code in the database
4
4
* @description The total number of lines of QL code from the source code
5
5
* directory, excluding external library and auto-generated files. This
6
6
* query counts the lines of code, excluding whitespace or comments.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @id rb/summary/lines-of-user-code
3
- * @name Total Lines of user written Ruby code in the database
3
+ * @name Total lines of user written Ruby code in the database
4
4
* @description The total number of lines of Ruby code from the source code
5
5
* directory, excluding external library and auto-generated files. This
6
6
* query counts the lines of code, excluding whitespace or comments.
You can’t perform that action at this time.
0 commit comments