fermentord/vendor/github.com/prometheus/procfs/.golangci.yml

23 lines
274 B
YAML
Raw Normal View History

---
linters:
enable:
2024-06-15 13:58:47 +00:00
- errcheck
- godot
2024-06-15 13:58:47 +00:00
- gosimple
- govet
- ineffassign
- misspell
- revive
2024-06-15 13:58:47 +00:00
- staticcheck
- testifylint
- unused
linter-settings:
godot:
capital: true
exclude:
# Ignore "See: URL"
- 'See:'
2024-06-15 13:58:47 +00:00
misspell:
locale: US