mirror of
https://github.com/spf13/viper
synced 2024-11-04 20:27:02 +00:00
25 lines
452 B
YAML
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
|