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
0
qa/samples/config/contrib-enabled
Normal file
0
qa/samples/config/contrib-enabled
Normal file
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
|
7
qa/samples/config/ignore-release-commits
Normal file
7
qa/samples/config/ignore-release-commits
Normal file
|
@ -0,0 +1,7 @@
|
|||
[ignore-by-title]
|
||||
regex=^Release(.*)
|
||||
ignore=T5,T3
|
||||
|
||||
[ignore-by-body]
|
||||
regex=(.*)relëase(.*)
|
||||
ignore=T3,B3
|
Loading…
Add table
Add a link
Reference in a new issue