tile38/vendor/github.com/iwpnd/sectr/.pre-commit-config.yaml

14 lines
266 B
YAML
Raw Normal View History

2021-09-05 12:48:34 +03:00
repos:
- repo: git://github.com/dnephin/pre-commit-golang
rev: v0.4.0
hooks:
- id: go-fmt
- id: go-vet
- id: go-lint
- id: go-imports
- id: go-mod-tidy
- repo: https://github.com/jorisroovers/gitlint
rev: v0.15.1
hooks:
- id: gitlint