diff options
Diffstat (limited to '.gitlint')
-rw-r--r-- | .gitlint | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [title-match-regex] -regex=^\[[A-Z0-9]+]\[*[A-Z0-9]*]* [A-Z]+[\S ]*$ +regex=^\[[A-Z\d-]+]\[*[\w\d-]*]* [A-Z]+[\S ]*$ [body-match-regex] regex=.{20,} |