mirror of
https://github.com/spf13/viper
synced 2024-12-22 19:47:01 +00:00
fix: deprecated config
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
55fac1047e
commit
5b21ca137d
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@ run:
|
||||||
|
|
||||||
linters-settings:
|
linters-settings:
|
||||||
gci:
|
gci:
|
||||||
local-prefixes: github.com/spf13/viper
|
sections:
|
||||||
|
- standard
|
||||||
|
- default
|
||||||
|
- prefix(github.com/spf13/viper)
|
||||||
golint:
|
golint:
|
||||||
min-confidence: 0
|
min-confidence: 0
|
||||||
goimports:
|
goimports:
|
||||||
|
|
Loading…
Reference in a new issue