-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Make and promote recommended and shareable presets like in eslint, tslint #1141
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
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
#2137 is perhaps related, especially when this idea gets into shared presets like |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I quickly hit issues with trying to promote a preferred default set of The lightest-way to satisfy this might be to support a config-directory in That still leaves the problem of syncing the config snippets to the user of |
Just to link the discussion topic: #3954 |
Motivation
.golangci.yml
config files because of a lack of extending capabilities.Proposal
We need to research how eslint, tslint, etc work with that. My first guess is to introduce presets like
golangci:recommended
and add the ability to share and reuse such presets like airbnb-eslint. Such presets can include any configuration subset: linters, their configuration, output, etc.The text was updated successfully, but these errors were encountered: