File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
rust/ql/src/queries/summary Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @id rust/summary/number-of-files-extracted-with-errors
3
3
* @name Total number of Rust files that were extracted with errors
4
- * @description The total number of Rust code files that we extracted, but where
5
- * at least one extraction error occurred in the process.
4
+ * @description The total number of Rust files in the source code directory that
5
+ * were extracted, but where at least one extraction error occurred in the process.
6
6
* @kind metric
7
7
* @tags summary
8
8
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @id rust/summary/number-of-successfully-extracted-files
3
3
* @name Total number of Rust files that were extracted without error
4
- * @description The total number of Rust code files that we extracted without
5
- * encountering any extraction errors
4
+ * @description The total number of Rust files in the source code directory that
5
+ * were extracted without encountering any extraction errors.
6
6
* @kind metric
7
7
* @tags summary
8
8
*/
You can’t perform that action at this time.
0 commit comments