spf13--viper/.golangci.yml
Mark Sagi-Kazar 8b7fbcaa4b Fix golint
2019-12-06 13:00:52 +01:00

25 lines
452 B
YAML

linters-settings:
golint:
min-confidence: 0.1
goimports:
local-prefixes: github.com/spf13/viper
linters:
enable-all: true
disable:
- funlen
- maligned
# TODO: fix me
- wsl
- gochecknoinits
- misspell
- gosimple
- gochecknoglobals
- errcheck
- lll
- godox
- scopelint
- gocyclo
- gocognit
- gocritic