Skip to content

Commit cac2d49

Browse files
authored
fix: update .commit-check.yml (#104)
Ref commit-check/commit-check#221
1 parent ec47d19 commit cac2d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ checks:
1515
suggest: run command `git checkout -b type/branch_name`
1616

1717
- check: author_name
18-
regex: ^[A-Za-z ,.\'-]+$|.*(\[bot])
18+
regex: ^[A-Za-zÀ-ÖØ-öø-ÿ\u0100-\u017F\u0180-\u024F ,.\'-]+$|.*(\[bot])
1919
error: The committer name seems invalid
2020
suggest: run command `git config user.name "Your Name"`
2121

0 commit comments

Comments
 (0)