lotus/.golangci.yml
Jakub Sztandera 4d15bbdc6f Change linters
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-02 15:28:17 +02:00

31 lines
503 B
YAML

linters:
disable-all: true
enable:
- vet
- gofmt
- misspell
- goconst
- golint
- errcheck
- gosec
- unconvert
- staticcheck
- varcheck
- structcheck
- deadcode
issues:
exclude:
- "func name will be used as test\\.Test.* by other packages, and that stutters; consider calling this"
exclude-use-default: false
exclude-rules:
- path: node/modules/lp2p
linters:
- golint
linters-settings:
goconst:
min-occurrences: 6