goaegis/.pre-commit-config.yaml

12 lines
332 B
YAML
Raw Normal View History

2024-04-21 10:21:42 +00:00
repos:
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.14.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ["@commitlint/config-conventional"]
- repo: https://github.com/golangci/golangci-lint
rev: v1.57.2
hooks:
- id: golangci-lint