Files
invertergui/vendor/github.com/prometheus/procfs/.golangci.yml
Nicholas Thompson 516dd6b611 Go vendor update
2024-02-19 20:06:50 +02:00

16 lines
179 B
YAML

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