ceph-csi/vendor/github.com/prometheus/procfs/.golangci.yml

23 lines
274 B
YAML
Raw Normal View History

---
linters:
enable:
- errcheck
- godot
- gosimple
- govet
- ineffassign
- misspell
- revive
- staticcheck
- testifylint
- unused
linter-settings:
godot:
capital: true
exclude:
# Ignore "See: URL"
- 'See:'
misspell:
locale: US