Skip to content

Commit d0cbe88

Browse files
committed
fix: correct conventional-pre-commit arguments
1 parent 7413d0b commit d0cbe88

File tree

2 files changed

+4
-31
lines changed

2 files changed

+4
-31
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repos:
1515
- id: mixed-line-ending
1616
args: ['--fix=lf']
1717

18-
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
19-
rev: v9.22.0
18+
- repo: https://github.com/compilerla/conventional-pre-commit
19+
rev: v3.6.0
2020
hooks:
21-
- id: commitlint
21+
- id: conventional-pre-commit
2222
stages: [commit-msg]
23-
additional_dependencies: ["@commitlint/config-conventional"]
23+
args: [--strict]
2424

2525
- repo: local
2626
hooks:

commitlint.config.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)