Adding upstream version 0.13.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1805ece79d
commit
d8f166e6bb
167 changed files with 15302 additions and 0 deletions
13
qa/samples/config/gitlintconfig
Normal file
13
qa/samples/config/gitlintconfig
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
ignore=title-trailing-punctuation,B2
|
||||
verbosity = 2
|
||||
|
||||
[title-max-length]
|
||||
line-length=20
|
||||
|
||||
[B1]
|
||||
# B1 = body-max-line-length
|
||||
line-length=30
|
||||
|
||||
[title-must-not-contain-word]
|
||||
words=WIP,thåt
|
Loading…
Add table
Add a link
Reference in a new issue