mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +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 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user