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
Is your feature request related to a problem? Please describe.
This is a follow-up of #582. As the deprecated golint is removed, it would be good to use some linter or a set of linters to improve code quality and maintainability. This can be achieved with golangci-lint.
Use golangci-lint on CI pipeline
Make sure it can be easily used locally
Update contribution instructions to use the linter
Fix all found issues (if that's possible within a timebox)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is a follow-up of #582. As the deprecated
golint
is removed, it would be good to use some linter or a set of linters to improve code quality and maintainability. This can be achieved withgolangci-lint
.golangci-lint
on CI pipelineThe text was updated successfully, but these errors were encountered: