You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
478 B
27 lines
478 B
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
|
|
- gocritic
|
|
|
|
service:
|
|
golangci-lint-version: 1.21.x
|
|
|