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:
Tommy Ip 2017-04-26 17:37:44 +01:00 committed by Tim Abbott
parent 2ae23054ee
commit 19adf2e327
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[general]
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]
regex=^.+\.$

View File

@ -22,7 +22,7 @@ pyflakes==1.5.0
tblib==1.3.2
# Needed to lint Git commit messages
gitlint==0.8.1
gitlint==0.8.2
# Needed for gitlint
arrow==0.10.0