-
Notifications
You must be signed in to change notification settings - Fork 783
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
chore(ci): add golangci-lint #1774
chore(ci): add golangci-lint #1774
Conversation
54a0465
to
cdcb9b9
Compare
this is great, thank you so much for doing this. a couple of minor comments to address and this is read to go |
I was thinking about this too so I was working on: #1792 for mostly repo cleanup/maintenance. I will wait to get your PR merged before I proceed with mine |
Thanks @roncodingenthusiast for the review! AFK still today but I will address the changes tomorrow 👍 |
Co-authored-by: Ronald <[email protected]>
Co-authored-by: Ronald <[email protected]>
Co-authored-by: Ronald <[email protected]>
Co-authored-by: Ronald <[email protected]>
@thevilledev when you have a second, do you mind rebasing this? The other two PRs are merged so the lint errors should be fixed now |
Thanks @roncodingenthusiast! Tests are passing after rebase so updated the PR description and marked as ready for review |
I have been preparing this for some time with the following PRs:
And I think we're ready for adding a Github Action for running the linters:
golangci-lint
configuration based on the Consul project