Skip to content

Commit 747d68f

Browse files
committed
[#19] Style: allow GitHub-style commits
1 parent e680f76 commit 747d68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repos:
5656
- id: gitlint
5757
args:
5858
- -c
59-
- title-match-regex.regex=^(Build|Bump|Chore|Ci|Docs|Feat|Fix|Perf|Refactor|Revert|Style|Test):\s[a-z].*$
59+
- title-match-regex.regex=^\[#\d+\]\s(Build|Bump|Chore|Ci|Docs|Feat|Fix|Perf|Refactor|Revert|Style|Test):\s[a-z].*$
6060
- --ignore=B6
6161
- --msg-filename
6262
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)