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

23 lines
274 B
YAML
Raw Normal View History

---
linters:
enable:
2024-06-07 14:40:42 +00:00
- errcheck
2022-08-02 06:19:38 +00:00
- godot
2024-06-07 14:40:42 +00:00
- gosimple
- govet
- ineffassign
2023-07-07 07:04:32 +00:00
- misspell
2022-08-02 06:19:38 +00:00
- revive
2024-06-07 14:40:42 +00:00
- staticcheck
- testifylint
- unused
2022-08-02 06:19:38 +00:00
linter-settings:
godot:
capital: true
exclude:
# Ignore "See: URL"
- 'See:'
2023-07-07 07:04:32 +00:00
misspell:
locale: US