mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
As of Gitlint v0.8.2, the --extra-path option now accepts both directories and standalone python modules.
14 lines
225 B
Plaintext
14 lines
225 B
Plaintext
[general]
|
|
ignore=title-trailing-punctuation, body-min-length, body-is-missing
|
|
|
|
extra-path=tools/lib/gitlint-rules.py
|
|
|
|
[title-match-regex]
|
|
regex=^.+\.$
|
|
|
|
[title-max-length]
|
|
line-length=76
|
|
|
|
[body-max-line-length]
|
|
line-length=76
|