pihole-exporter/.pre-commit-config.yaml

11 lines
229 B
YAML
Raw Normal View History

2022-10-25 09:53:37 +02:00
repos:
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
hooks:
- id: go-fmt
- id: go-vet
- id: validate-toml
- id: no-go-testing
- id: go-unit-tests
- id: go-build
- id: go-mod-tidy