Open
Description
When running the tflint command within a pipeline, I want a summary report on successful and failed runs.
The Summary report should include
- Count of Rules checked(for each enabled plugin)
If the report contains failures:
- Count of each error type (Errors: nnn, Warnings: nnn, etc...)
The reason for this is to confirm that all rules have been run. This provides confidence in the Linting.