mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02: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
|
||||
* @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.
|
||||
* @kind metric
|
||||
* @tags summary
|
||||
|
||||
Reference in New Issue
Block a user