mirror of
https://github.com/spf13/viper
synced 2024-12-22 11:37:02 +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:
|
||||
gci:
|
||||
local-prefixes: github.com/spf13/viper
|
||||
sections:
|
||||
- standard
|
||||
- default
|
||||
- prefix(github.com/spf13/viper)
|
||||
golint:
|
||||
min-confidence: 0
|
||||
goimports:
|
||||
|
|
Loading…
Reference in a new issue