Closed
Description
We enable the following linters:
- deadcode
- errcheck
- goconst
- gofmt
- goimports
- golint
- gosimple
- ineffassign
- megacheck
- misspell
- structcheck
- unconvert
- unparam
- varcheck
- govet
- unused # new from here.
- interfacer
- typecheck
At least interfacer
and megacheck
are deprecated and should likely be removed. interfacer
in particular has questionable usability and can be prone to false-positives.
The list of enabled linters should be fully re-considered and whittled down to a more appropriate list.