We should enable these linters: - [ ] bodyclose - [ ] containedctx - [ ] cyclop - [x] errorlint - [x] forbidigo - [x] forcetypeassert - [ ] funlen - [x] gci - [ ] gochecknoglobals - [ ] gochecknoinits - [ ] gocognit - [ ] gocritic - [ ] gocyclo - [x] godot - [x] godox - [ ] goerr113 - [x] goimports - [x] ~~gomnd~~ (disabled) - [x] gosec - [ ] ireturn - [x] lll - [ ] nestif - [x] nilnil - [x] nlreturn - [ ] noctx - [x] nolintlint - [x] nonamedreturns - [x] prealloc - [x] revive - [x] unconvert - [x] unparam - [x] usestdlibvars - [ ] varnamelen - [x] whitespace - [ ] wrapcheck - [x] wsl
We should enable these linters:
gomnd(disabled)