mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
Lowercase "lines"
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @id ql/summary/lines-of-user-code
|
* @id ql/summary/lines-of-user-code
|
||||||
* @name Total Lines of user written QL code in the database
|
* @name Total lines of user written QL code in the database
|
||||||
* @description The total number of lines of QL code from the source code
|
* @description The total number of lines of QL code from the source code
|
||||||
* directory, excluding external library and auto-generated files. This
|
* directory, excluding external library and auto-generated files. This
|
||||||
* query counts the lines of code, excluding whitespace or comments.
|
* query counts the lines of code, excluding whitespace or comments.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @id rb/summary/lines-of-user-code
|
* @id rb/summary/lines-of-user-code
|
||||||
* @name Total Lines of user written Ruby code in the database
|
* @name Total lines of user written Ruby code in the database
|
||||||
* @description The total number of lines of Ruby code from the source code
|
* @description The total number of lines of Ruby code from the source code
|
||||||
* directory, excluding external library and auto-generated files. This
|
* directory, excluding external library and auto-generated files. This
|
||||||
* query counts the lines of code, excluding whitespace or comments.
|
* query counts the lines of code, excluding whitespace or comments.
|
||||||
|
|||||||
Reference in New Issue
Block a user