mirror of https://github.com/zulip/zulip.git
requirements: Upgrade gitlint to 0.8.2.
As of Gitlint v0.8.2, the --extra-path option now accepts both directories and standalone python modules.
This commit is contained in:
parent
2ae23054ee
commit
19adf2e327
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
|
extra-path=tools/lib/gitlint-rules.py
|
||||||
|
|
||||||
[title-match-regex]
|
[title-match-regex]
|
||||||
regex=^.+\.$
|
regex=^.+\.$
|
||||||
|
|
|
@ -22,7 +22,7 @@ pyflakes==1.5.0
|
||||||
tblib==1.3.2
|
tblib==1.3.2
|
||||||
|
|
||||||
# Needed to lint Git commit messages
|
# Needed to lint Git commit messages
|
||||||
gitlint==0.8.1
|
gitlint==0.8.2
|
||||||
|
|
||||||
# Needed for gitlint
|
# Needed for gitlint
|
||||||
arrow==0.10.0
|
arrow==0.10.0
|
||||||
|
|
Loading…
Reference in New Issue