5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/spf13/viper/.golangci.yml

28 lines
478 B
YAML
Raw Normal View History

2020-01-09 20:02:56 +00:00
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
- gosimple
- gochecknoglobals
- errcheck
- lll
- godox
- scopelint
- gocyclo
- gocognit
2020-05-23 22:06:21 +00:00
- gocritic
service:
golangci-lint-version: 1.21.x