mirror of https://github.com/zulip/zulip.git
gitlint-rules: Rename to gitlint_rules.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
43b4f10578
commit
821584b8fc
2
.gitlint
2
.gitlint
|
@ -1,7 +1,7 @@
|
||||||
[general]
|
[general]
|
||||||
ignore=title-trailing-punctuation, body-min-length, body-is-missing
|
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=^(.+:\ )?[A-Z].+\.$
|
regex=^(.+:\ )?[A-Z].+\.$
|
||||||
|
|
Loading…
Reference in New Issue