mirror of https://github.com/zulip/zulip.git
linter: Update commit title regex to match uppercase for the first letter.
This commit is contained in:
parent
7243a91e47
commit
16e03b644d
2
.gitlint
2
.gitlint
|
@ -4,7 +4,7 @@ ignore=title-trailing-punctuation, body-min-length, body-is-missing
|
||||||
# extra-path=tools/lib/gitlint-rules.py
|
# extra-path=tools/lib/gitlint-rules.py
|
||||||
|
|
||||||
[title-match-regex]
|
[title-match-regex]
|
||||||
regex=^.+\.$
|
regex=^(.+:\ )?[A-Z].+\.$
|
||||||
|
|
||||||
[title-max-length]
|
[title-max-length]
|
||||||
line-length=76
|
line-length=76
|
||||||
|
|
Loading…
Reference in New Issue