-
Notifications
You must be signed in to change notification settings - Fork 89
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
golangci-lint integration #112
Conversation
hey @dzyanis! Thank you for the PR. This looks good! |
I have a question about golangci-lint. If we used a github action to run them(https://github.com/marketplace/actions/run-golangci-lint) ... Would it use the same conf file or we would have to move it to the action config? |
Actially, I've never used GitHub Action. However, as I can see, they are different but have almost the same name.
And there is another approach: use git hooks instead. But it's up to you! |
I'd recomend to use golangci-lint