status-go/vendor/github.com/prometheus/procfs/.golangci.yml

23 lines
274 B
YAML
Raw Normal View History

---
linters:
enable:
- errcheck
2022-11-04 13:57:20 +00:00
- godot
- gosimple
- govet
- ineffassign
2024-06-05 20:10:03 +00:00
- misspell
2022-11-04 13:57:20 +00:00
- revive
- staticcheck
- testifylint
- unused
2022-11-04 13:57:20 +00:00
linter-settings:
godot:
capital: true
exclude:
# Ignore "See: URL"
- 'See:'
2024-06-05 20:10:03 +00:00
misspell:
locale: US