We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c94672 + 0d060d9 commit 3712e02Copy full SHA for 3712e02
.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/config-conventional@17.1.0']
+ - id: commitlint-ci
28
- repo: https://github.com/rubocop-hq/rubocop
29
rev: v1.75.8
30
0 commit comments