User story
As a user of the CLI or CI actions I want to have small and concise reports by default. At the moment the reports (terminal, MD, JSON) are verbose and big in file size.
Acceptance criteria
Implementation details
A reduce report is defined as:
- only failing audits listed
- only non perfect categories listed. score 1 or targetScore reached are filtered out
Delivery plan:
User story
As a user of the CLI or CI actions I want to have small and concise reports by default. At the moment the reports (terminal, MD, JSON) are verbose and big in file size.
Acceptance criteria
utilspackage needs to accept options to print a reduced report by defaultutilspackage needs to accept options to create a reduced report by defaultImplementation details
A reduce report is defined as:
Delivery plan: