Adding upstream version 0.16.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c1b4966fba
commit
d348d631e5
56 changed files with 615 additions and 161 deletions
|
@ -18,6 +18,7 @@ ignore-squash-commits: True
|
|||
ignore-revert-commits: True
|
||||
ignore-stdin: False
|
||||
staged: True
|
||||
fail-without-commits: False
|
||||
verbosity: 3
|
||||
debug: True
|
||||
target: {target}
|
||||
|
@ -30,6 +31,9 @@ target: {target}
|
|||
regex=None
|
||||
I3: ignore-body-lines
|
||||
regex=None
|
||||
I4: ignore-by-author-name
|
||||
ignore=all
|
||||
regex=None
|
||||
T1: title-max-length
|
||||
line-length=72
|
||||
T2: title-trailing-whitespace
|
||||
|
|
|
@ -18,6 +18,7 @@ ignore-squash-commits: True
|
|||
ignore-revert-commits: True
|
||||
ignore-stdin: False
|
||||
staged: True
|
||||
fail-without-commits: False
|
||||
verbosity: 3
|
||||
debug: True
|
||||
target: {target}
|
||||
|
@ -30,6 +31,9 @@ target: {target}
|
|||
regex=None
|
||||
I3: ignore-body-lines
|
||||
regex=None
|
||||
I4: ignore-by-author-name
|
||||
ignore=all
|
||||
regex=None
|
||||
T1: title-max-length
|
||||
line-length=72
|
||||
T2: title-trailing-whitespace
|
||||
|
|
|
@ -18,6 +18,7 @@ ignore-squash-commits: True
|
|||
ignore-revert-commits: True
|
||||
ignore-stdin: True
|
||||
staged: False
|
||||
fail-without-commits: True
|
||||
verbosity: 2
|
||||
debug: True
|
||||
target: {target}
|
||||
|
@ -30,6 +31,9 @@ target: {target}
|
|||
regex=None
|
||||
I3: ignore-body-lines
|
||||
regex=None
|
||||
I4: ignore-by-author-name
|
||||
ignore=all
|
||||
regex=None
|
||||
T1: title-max-length
|
||||
line-length=72
|
||||
T2: title-trailing-whitespace
|
||||
|
|
|
@ -18,6 +18,7 @@ ignore-squash-commits: True
|
|||
ignore-revert-commits: True
|
||||
ignore-stdin: False
|
||||
staged: True
|
||||
fail-without-commits: False
|
||||
verbosity: 0
|
||||
debug: True
|
||||
target: {target}
|
||||
|
@ -30,6 +31,9 @@ target: {target}
|
|||
regex=None
|
||||
I3: ignore-body-lines
|
||||
regex=None
|
||||
I4: ignore-by-author-name
|
||||
ignore=all
|
||||
regex=None
|
||||
T1: title-max-length
|
||||
line-length=72
|
||||
T2: title-trailing-whitespace
|
||||
|
|
|
@ -18,6 +18,7 @@ ignore-squash-commits: True
|
|||
ignore-revert-commits: True
|
||||
ignore-stdin: False
|
||||
staged: False
|
||||
fail-without-commits: False
|
||||
verbosity: 2
|
||||
debug: True
|
||||
target: {target}
|
||||
|
@ -30,6 +31,9 @@ target: {target}
|
|||
regex=None
|
||||
I3: ignore-body-lines
|
||||
regex=None
|
||||
I4: ignore-by-author-name
|
||||
ignore=all
|
||||
regex=None
|
||||
T1: title-max-length
|
||||
line-length=20
|
||||
T2: title-trailing-whitespace
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
1: CC1 Body does not contain a 'Signed-off-by' line
|
||||
1: CT1 Title does not start with one of fix, feat, chore, docs, style, refactor, perf, test, revert, ci, build: "WIP Thi$ is å title"
|
||||
1: CT1 Title does not follow ConventionalCommits.org format 'type(optional-scope): description': "WIP Thi$ is å title"
|
||||
1: T5 Title contains the word 'WIP' (case-insensitive): "WIP Thi$ is å title"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
1: CC1 Body does not contain a 'Signed-off-by' line
|
||||
1: CT1 Title does not start with one of föo, bår: "WIP Thi$ is å title"
|
||||
1: CT1 Title does not follow ConventionalCommits.org format 'type(optional-scope): description': "WIP Thi$ is å title"
|
||||
1: T5 Title contains the word 'WIP' (case-insensitive): "WIP Thi$ is å title"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue