python-zulip-api/.gitlint
LoopThrough-i-j cce18ed11b lint: Setup gitlint.
Setup gitlint for developers to write well formatted
commit messages.

Note: .gitlint, gitlint-rules.py and lint-commits
are taken directly from zulip/zulip with minor changes.
2021-03-04 11:36:47 -08:00

16 lines
388 B
Plaintext

# This file is copied from the original .gitlint at zulip/zulip.
# Please don't edit here; instead update the zulip/zulip copy and then resync this file.
[general]
ignore=title-trailing-punctuation, body-min-length, body-is-missing
extra-path=tools/gitlint-rules.py
[title-match-regex]
regex=^(.+:\ )?[A-Z].+\.$
[title-max-length]
line-length=76
[body-max-line-length]
line-length=76