diff options
Diffstat (limited to 'vendor/github.com/spf13/viper/.golangci.yml')
-rw-r--r-- | vendor/github.com/spf13/viper/.golangci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/spf13/viper/.golangci.yml b/vendor/github.com/spf13/viper/.golangci.yml index 4f970acb..52e77eef 100644 --- a/vendor/github.com/spf13/viper/.golangci.yml +++ b/vendor/github.com/spf13/viper/.golangci.yml @@ -20,7 +20,6 @@ linters: - exhaustive - exportloopref - gci - - goconst - gofmt - gofumpt - goimports @@ -62,6 +61,7 @@ linters: # - gochecknoglobals # - gochecknoinits # - gocognit + # - goconst # - gocritic # - gocyclo # - godot |