lotus/.golangci.yml
Jakub Sztandera 126fa8913a Add golint config
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-07-01 23:11:34 +02:00

22 lines
291 B
YAML

linters:
disable-all: true
enable:
- vet
- gofmt
- misspell
- goconst
- golint
- errcheck
- unconvert
- staticcheck
- varcheck
- structcheck
- deadcode
issues:
exclude-use-default: false
linters-settings:
goconst:
min-occurrences: 6