-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It can be used to see the number of reports per checker for 'parse' command. Before storing it is helpful to verify with the '--summary' flag, which checkers are generating too many reports in a large report directory. The result is a table that has a checker name and number of reports columns. It shows the results in descending order. Example command: 'CodeChecker parse reports/ --summary' the result table would be: ---==== Checkers Summary Statistics ====---- ------------------------------------------------------------------------------- Checker name | Number of reports ------------------------------------------------------------------------------- readability-avoid-const-params-in-decls | 266836 modernize-use-trailing-return-type | 255116 readability-magic-numbers | 138216 modernize-avoid-c-arrays | 116741 ------------------------------------------------------------------------------- ----=================----
- Loading branch information
Showing
1 changed file
with
104 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters