The current sub-linters are now enabled (or soon to be):
The default enabled sub-linters as of version v1.53.3:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused
The default disabled sub-linters as of version v1.53.3:
- gofmt, to ensure all code has been formatted properly
There still remains a large list of sub-linters that we have not taken a stand on, which can be found here: https://golangci-lint.run/usage/linters/
The current sub-linters are now enabled (or soon to be):
The default enabled sub-linters as of version v1.53.3:
The default disabled sub-linters as of version v1.53.3:
There still remains a large list of sub-linters that we have not taken a stand on, which can be found here: https://golangci-lint.run/usage/linters/