Skip to content

Commit

Permalink
fix: deprecated config
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Apr 13, 2022
1 parent 55fac10 commit 5b21ca1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .golangci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 5b21ca1

Please sign in to comment.