We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3440857 commit 788e8d1Copy full SHA for 788e8d1
commit_check/__init__.py
@@ -32,7 +32,6 @@
32
},
33
{
34
'check': 'author_name',
35
- 'regex': r'^[A-Za-zÀ-ÖØ-öø-ÿĀ-ž\u0100-\u017F\u0180-\u024F ,.\'-]+$|.*(\[bot])',
36
'regex': r'^[A-Za-zÀ-ÖØ-öø-ÿ\u0100-\u017F\u0180-\u024F ,.\'-]+$|.*(\[bot])',
37
'error': 'The committer name seems invalid',
38
'suggest': 'run command `git config user.name "Your Name"`',
0 commit comments