diff options
Diffstat (limited to 'vendor/github.com/minio/minio-go/v7/.golangci.yml')
-rw-r--r-- | vendor/github.com/minio/minio-go/v7/.golangci.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/vendor/github.com/minio/minio-go/v7/.golangci.yml b/vendor/github.com/minio/minio-go/v7/.golangci.yml deleted file mode 100644 index 875b949c6..000000000 --- a/vendor/github.com/minio/minio-go/v7/.golangci.yml +++ /dev/null @@ -1,27 +0,0 @@ -linters-settings: - misspell: - locale: US - -linters: - disable-all: true - enable: - - typecheck - - goimports - - misspell - - revive - - govet - - ineffassign - - gosimple - - unused - - gocritic - -issues: - exclude-use-default: false - exclude: - # todo fix these when we get enough time. - - "singleCaseSwitch: should rewrite switch statement to if statement" - - "unlambda: replace" - - "captLocal:" - - "ifElseChain:" - - "elseif:" - - "should have a package comment" |