5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-21 04:36:57 +00:00
matterbridge/vendor/github.com/minio/minio-go/v7/.golangci.yml

28 lines
501 B
YAML
Raw Normal View History

2021-10-16 21:11:32 +00:00
linters-settings:
misspell:
locale: US
linters:
disable-all: true
enable:
- typecheck
- goimports
- misspell
- revive
2021-10-16 21:11:32 +00:00
- govet
- ineffassign
- gosimple
- deadcode
- structcheck
- 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:"