mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Consistently mention language in metric names
This improves consistency between the lines of code queries and the number of successfully extracted files queries.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @id cs/summary/lines-of-code
|
* @id cs/summary/lines-of-code
|
||||||
* @name Total lines of code in the database
|
* @name Total lines of C# code in the database
|
||||||
* @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.
|
* @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
|
* @kind metric
|
||||||
* @tags summary
|
* @tags summary
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @id java/summary/lines-of-code
|
* @id java/summary/lines-of-code
|
||||||
* @name Total lines of code in the database
|
* @name Total lines of Java code in the database
|
||||||
* @description The total number of lines of code across all files. This is a useful metric of the size of a database.
|
* @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
|
* For all files that were seen during the build, this query counts the lines of code, excluding whitespace
|
||||||
* or comments.
|
* or comments.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @id ql/summary/number-of-files-extracted-with-errors
|
* @id ql/summary/number-of-files-extracted-with-errors
|
||||||
* @name Total number of files that were extracted with errors
|
* @name Total number of QL files that were extracted with errors
|
||||||
* @description The total number of QL code files that we extracted, but where
|
* @description The total number of QL code files that we extracted, but where
|
||||||
* at least one extraction error occurred in the process.
|
* at least one extraction error occurred in the process.
|
||||||
* @kind metric
|
* @kind metric
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @id ql/summary/number-of-successfully-extracted-files
|
* @id ql/summary/number-of-successfully-extracted-files
|
||||||
* @name Total number of files that were extracted without error
|
* @name Total number of QL files that were extracted without error
|
||||||
* @description The total number of QL code files that we extracted without
|
* @description The total number of QL code files that we extracted without
|
||||||
* encountering any extraction errors
|
* encountering any extraction errors
|
||||||
* @kind metric
|
* @kind metric
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @id rb/summary/number-of-files-extracted-with-errors
|
* @id rb/summary/number-of-files-extracted-with-errors
|
||||||
* @name Total number of files that were extracted with errors
|
* @name Total number of Ruby files that were extracted with errors
|
||||||
* @description The total number of Ruby code files that we extracted, but where
|
* @description The total number of Ruby code files that we extracted, but where
|
||||||
* at least one extraction error occurred in the process.
|
* at least one extraction error occurred in the process.
|
||||||
* @kind metric
|
* @kind metric
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @id rb/summary/number-of-successfully-extracted-files
|
* @id rb/summary/number-of-successfully-extracted-files
|
||||||
* @name Total number of files that were extracted without error
|
* @name Total number of Ruby files that were extracted without error
|
||||||
* @description The total number of Ruby code files that we extracted without
|
* @description The total number of Ruby code files that we extracted without
|
||||||
* encountering any extraction errors
|
* encountering any extraction errors
|
||||||
* @kind metric
|
* @kind metric
|
||||||
|
|||||||
Reference in New Issue
Block a user