gortr/vendor/github.com/prometheus/procfs/.golangci.yml
Oliver Geiselhardt-Herms 0830f47c56 Update go modules
2023-04-26 14:51:31 +02:00

13 lines
139 B
YAML

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