We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
commitlint
1 parent 4c94672 commit 0d060d9Copy full SHA for 0d060d9
.pre-commit-config.yaml
@@ -17,14 +17,11 @@ ci:
17
submodules: false
18
default_stages: [pre-commit]
19
repos:
20
- - repo: https://github.com/dafyddj/commitlint-pre-commit-hook
21
- rev: v2.3.0
+ - repo: https://github.com/dafyddj/mirrors-commitlint
+ rev: v19.8.1
22
hooks:
23
- id: commitlint
24
- name: Check commit message using commitlint
25
- description: Lint commit message against @commitlint/config-conventional rules
26
- stages: [commit-msg]
27
- additional_dependencies: ['@commitlint/[email protected]']
+ - id: commitlint-ci
28
- repo: https://github.com/rubocop-hq/rubocop
29
rev: v1.75.8
30
0 commit comments