dcbot/.pre-commit-config.yaml

12 lines
331 B
YAML
Raw Normal View History

2022-10-02 05:22:00 +00:00
repos:
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v8.0.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/golangci/golangci-lint
2023-06-08 05:40:46 +00:00
rev: v1.53.2
2022-10-02 05:22:00 +00:00
hooks:
- id: golangci-lint