1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-03-02 13:59:28 +00:00
ceph-csi/vendor/github.com/go-logr/logr/.golangci.yaml

30 lines
425 B
YAML
Raw Normal View History

run:
timeout: 1m
tests: true
linters:
disable-all: true
enable:
- asciicheck
- deadcode
- errcheck
- forcetypeassert
- gocritic
- gofmt
- goimports
- gosimple
- govet
- ineffassign
- misspell
- revive
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
issues:
exclude-use-default: false
max-issues-per-linter: 0
max-same-issues: 10