Skip to content
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

[proposal] migrate to golangci-lint #30

Open
syntaqx opened this issue Feb 3, 2019 · 3 comments
Open

[proposal] migrate to golangci-lint #30

syntaqx opened this issue Feb 3, 2019 · 3 comments

Comments

@syntaqx
Copy link
Contributor

syntaqx commented Feb 3, 2019

I'm happy to do this work, but thought I'd open it as an issue first to see if you're even interested in the change. I propose a swap over to golangci-lint over gometalinter.

The two main reasons for this change are:

  • It's substantially better performing, works better in a Go 1.11 ecosystem (although they're still working with some linters to get them up to snuff, so it's a work in progress)
  • Can be installed via shell, which improves usage and start time in CI and Docker

I could list more reasons, but at that point it's just getting to my personal thoughts on one tool over another.

Would you be open to me swapping the tools out? For the first

@markbates
Copy link
Owner

markbates commented Feb 3, 2019 via email

@syntaqx
Copy link
Contributor Author

syntaqx commented Feb 3, 2019

Totally, it's no rush. Are you in the Golang Slack btw? Wanted to have a quick chat.

@mrwormhole
Copy link

mrwormhole commented Apr 26, 2022

golangci-lint is really great, it really helps a little by helping with rookie mistakes and neat suggestions, downside is that you need to have a really good .golangci.yaml with lots of configs and eventually lock yourself to a specific linter version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants