Closed
Description
Your feature request related to a problem? Please describe.
When running golanglintci with an exhaustive linter check it becomes tedious to specify all the linters with the -E/--enable
flag as the linters need to be hardcoded and need to get updated when a new linter gets added.
Describe the solution you'd like.
An -A/-all
flag or -E/--enable
without any linter arguments passed to include all of them.
Describe alternatives you've considered.
Trying with the -fast
flag does help, but at times when the CI run time is not a problem. It is better to have this functionality to include all the linters.
Additional context.
No response