linter: Update commit title regex to match uppercase for the first letter.

This commit is contained in:
Tommy Ip 2017-12-16 10:28:29 +00:00 committed by showell
parent 7243a91e47
commit 16e03b644d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ignore=title-trailing-punctuation, body-min-length, body-is-missing
# extra-path=tools/lib/gitlint-rules.py
[title-match-regex]
regex=^.+\.$
regex=^(.+:\ )?[A-Z].+\.$
[title-max-length]
line-length=76