mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Apply suggestions from code review
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user