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 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
* at least one extraction error occurred in the process.
* @kind metric

View File

@@ -1,6 +1,6 @@
/**
* @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
* encountering any extraction errors
* @kind metric