From 16e03b644d94fc00899cf2da79e99a57abec4f96 Mon Sep 17 00:00:00 2001 From: Tommy Ip Date: Sat, 16 Dec 2017 10:28:29 +0000 Subject: [PATCH] linter: Update commit title regex to match uppercase for the first letter. --- .gitlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlint b/.gitlint index a61eb093ac..a30bdb6472 100644 --- a/.gitlint +++ b/.gitlint @@ -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