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
|
2022-10-25 10:00:54 +02:00
|
|
|
- id: go-mod-tidy
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
|
|
|
rev: v4.3.0
|
|
|
|
hooks:
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: mixed-line-ending
|
|
|
|
- id: check-merge-conflict
|