Merge pull request #5902 from github/rneatherway/lines-of-code-tags

Add lines-of-code tags
This commit is contained in:
Robin Neatherway
2021-05-14 17:16:50 +01:00
committed by GitHub
5 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
* @description The total number of lines of C/C++ code across all files, including system headers, libraries, and auto-generated files. This is a useful metric of the size of a database. For all files that were seen during the build, this query counts the lines of code, excluding whitespace or comments.
* @kind metric
* @tags summary
* lines-of-code
*/
import cpp

View File

@@ -4,6 +4,7 @@
* @description The total number of lines of code across all files. This is a useful metric of the size of a database. For all files that were seen during the build, this query counts the lines of code, excluding whitespace or comments.
* @kind metric
* @tags summary
* lines-of-code
*/
import csharp

View File

@@ -6,6 +6,7 @@
* or comments.
* @kind metric
* @tags summary
* lines-of-code
*/
import java

View File

@@ -4,6 +4,7 @@
* @description The total number of lines of JavaScript or TypeScript code across all files checked into the repository, except in `node_modules`. This is a useful metric of the size of a database. For all files that were seen during extraction, this query counts the lines of code, excluding whitespace or comments.
* @kind metric
* @tags summary
* lines-of-code
*/
import javascript

View File

@@ -5,6 +5,7 @@
* database. This query counts the lines of code, excluding whitespace or comments.
* @kind metric
* @tags summary
* lines-of-code
* @id py/summary/lines-of-code
*/