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

23 lines
274 B
YAML
Raw Normal View History

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