Skip to content

Commit

Permalink
Merge changes I seem to have removed locally
Browse files Browse the repository at this point in the history
  • Loading branch information
mverleg committed Apr 28, 2018
1 parent 9ddfd91 commit 221b560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/hooks/utils/message_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def __init__(self, msg):


def validate_title(title):
if title[:5].lower() == 'merge':
return
if title[0] in string.ascii_lowercase:
raise ValidationError('Commit message title should start with a capital letter')
if title[-1] == '.':
Expand Down

0 comments on commit 221b560

Please sign in to comment.