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
Currently we use the default configuration for golangci-lint. To improve our code quality, we should consider enabling more than just the default set of linters and resolving their errors. For reference, see:
Overview
Currently we use the default configuration for
golangci-lint. To improve our code quality, we should consider enabling more than just the default set of linters and resolving their errors. For reference, see:Acceptance
.golangci-lint.yaml, we setdefault: all.golangci-lint.yaml, we selectively disable linters we deem non-applicable (Note: When in doubt we should leave the linter enabled)