summaryrefslogtreecommitdiff
path: root/vendor/github.com/spf13/viper/.golangci.yml
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-12-12 15:47:51 +0100
committerLibravatar GitHub <noreply@github.com>2021-12-12 15:47:51 +0100
commit67ac8db190eb82a7758746fb021fa3014f4241b7 (patch)
tree4a4124ad8f0ee9ec8858b109dd0bcc2e567fc144 /vendor/github.com/spf13/viper/.golangci.yml
parentupstep dependencies (#339) (diff)
downloadgotosocial-67ac8db190eb82a7758746fb021fa3014f4241b7.tar.xz
Upstep Go dependencies (#340)
* Upstep Go dependencies * tiny linter fix * Tidy
Diffstat (limited to 'vendor/github.com/spf13/viper/.golangci.yml')
-rw-r--r--vendor/github.com/spf13/viper/.golangci.yml2
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 4f970acb1..52e77eef0 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