1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-01-05 11:39:29 +00:00
ceph-csi/vendor/github.com/prometheus/procfs/.golangci.yml

16 lines
179 B
YAML
Raw Normal View History

---
linters:
enable:
- godot
- misspell
- revive
linter-settings:
godot:
capital: true
exclude:
# Ignore "See: URL"
- 'See:'
misspell:
locale: US