You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your feature request related to a problem? Please describe.
Private linters can't enable autofix
Describe the solution you'd like.
A way to set autofix, and really all config settings for a custom linter. A custom linter is also currently assumed to be fast and to need typo info. Is there any reason we can't expose these controls in the custom linter setting?
Describe alternatives you've considered.
Running my custom linter outside of golangci lint.
Your feature request related to a problem? Please describe.
Private linters can't enable autofix
Describe the solution you'd like.
A way to set autofix, and really all config settings for a custom linter. A custom linter is also currently assumed to be fast and to need typo info. Is there any reason we can't expose these controls in the custom linter setting?
Describe alternatives you've considered.
Running my custom linter outside of golangci lint.
Additional context.
See the code for where we set up custom linters.
The text was updated successfully, but these errors were encountered: