This repository has been archived on 2021-06-21. You can view files and clone it, but cannot push or open issues/pull-requests.
|
linters:
|
|
enable:
|
|
- deadcode
|
|
- dogsled
|
|
- dupl
|
|
- errcheck
|
|
- funlen
|
|
- gocognit
|
|
- goconst
|
|
- gocritic
|
|
- gocyclo
|
|
- gofmt
|
|
- golint
|
|
- gosimple
|
|
- govet
|
|
- misspell
|
|
- prealloc
|
|
- staticcheck
|
|
- structcheck
|
|
- typecheck
|
|
- unparam
|
|
- unused
|
|
- varcheck |