-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
enhancementNew feature or improvementNew feature or improvement
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
ravicious, atc0005, mostafa and silverwind
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvementNew feature or improvement