Apply suggestions from code review

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Arthur Baars
2024-09-24 10:02:25 +02:00
parent 9b8cbdad49
commit ca2b8ef6c0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
/**
* @id rust/summary/number-of-files-extracted-with-errors
* @name Total number of Rust files that were extracted with errors
* @description The total number of Rust code files that we extracted, but where
* at least one extraction error occurred in the process.
* @description The total number of Rust files in the source code directory that
* were extracted, but where at least one extraction error occurred in the process.
* @kind metric
* @tags summary
*/

View File

@@ -1,8 +1,8 @@
/**
* @id rust/summary/number-of-successfully-extracted-files
* @name Total number of Rust files that were extracted without error
* @description The total number of Rust code files that we extracted without
* encountering any extraction errors
* @description The total number of Rust files in the source code directory that
* were extracted without encountering any extraction errors.
* @kind metric
* @tags summary
*/