lotus/.golangci.yml

22 lines
291 B
YAML
Raw Normal View History

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