chore: enforce conventional commits (#34219)
This commit is contained in:
parent
28fa624b1b
commit
44d2c4bed9
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
exclude: 'node_modules|.git'
|
||||
default_stages: [pre-commit]
|
||||
default_install_hook_types: [pre-commit, commit-msg]
|
||||
fail_fast: false
|
||||
|
||||
|
||||
|
|
@ -69,6 +70,13 @@ repos:
|
|||
frappe/public/js/lib/.*
|
||||
)$
|
||||
|
||||
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
|
||||
rev: v9.22.0
|
||||
hooks:
|
||||
- id: commitlint
|
||||
stages: [commit-msg]
|
||||
additional_dependencies: ['conventional-changelog-conventionalcommits']
|
||||
|
||||
ci:
|
||||
autoupdate_schedule: weekly
|
||||
skip: []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue