Skip to content

Commit

Permalink
linter: Update commit title regex to match uppercase for the first le…
Browse files Browse the repository at this point in the history
…tter.
  • Loading branch information
tommyip authored and showell committed Dec 18, 2017
1 parent 7243a91 commit 16e03b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16e03b6

Please sign in to comment.