Closed
Description
Your feature request related to a problem? Please describe.
Right now there is no way to simply count the number of issues indicated when a particular linter is enabled. It will be useful to add a command line flag that can indicate the count of issues per linter type
Describe the solution you'd like.
Add a command line flag to summarize the count of each linter config enabled or a specific linter alone
Describe alternatives you've considered.
I could use CLI search tools to get it done. E.g. use a tool like ripgrep to pipe the output
golangci-lint run | rg -w errcheck -c
10
Additional context.
No response