-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to run all the linters present #2337
Comments
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Hello, the option already exists it's |
Thanks a lot for the quick reply! It does look like the flag isnt present in neither the CLI documentation (it's present for the config documentation) nor when running the
|
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
The text was updated successfully, but these errors were encountered: