We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e680f76 commit 747d68fCopy full SHA for 747d68f
.pre-commit-config.yaml
@@ -56,7 +56,7 @@ repos:
56
- id: gitlint
57
args:
58
- -c
59
- - title-match-regex.regex=^(Build|Bump|Chore|Ci|Docs|Feat|Fix|Perf|Refactor|Revert|Style|Test):\s[a-z].*$
+ - title-match-regex.regex=^\[#\d+\]\s(Build|Bump|Chore|Ci|Docs|Feat|Fix|Perf|Refactor|Revert|Style|Test):\s[a-z].*$
60
- --ignore=B6
61
- --msg-filename
62
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments