terraform-provider-woodpecker/.pre-commit-config.yaml

12 lines
332 B
YAML
Raw Permalink Normal View History

2023-08-25 05:41:13 +00:00
repos:
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
2024-03-31 06:12:53 +00:00
rev: v9.13.0
2023-08-25 05:41:13 +00:00
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/golangci/golangci-lint
rev: v1.55.2
2023-08-25 05:41:13 +00:00
hooks:
- id: golangci-lint