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:
Henry Mercer
2022-11-03 11:44:10 +00:00
parent c60d071239
commit dd264c6dfb
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
/**
* @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.
* For all files that were seen during the build, this query counts the lines of code, excluding whitespace
* or comments.