mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Do not enforce minimum body length in gitlint
This would disallow bodies like “Fixes #1”.
This commit is contained in:
parent
33ec5d66d6
commit
610ce9c4f1
2
.gitlint
2
.gitlint
|
@ -1,7 +1,7 @@
|
||||||
[general]
|
[general]
|
||||||
regex-style-search=true
|
regex-style-search=true
|
||||||
contrib=contrib-allowed-authors
|
contrib=contrib-allowed-authors
|
||||||
ignore=body-is-missing
|
ignore=body-is-missing,body-min-length
|
||||||
|
|
||||||
# While they should be ≤72, 80 is the limit
|
# While they should be ≤72, 80 is the limit
|
||||||
[title-max-length]
|
[title-max-length]
|
||||||
|
|
Loading…
Reference in a new issue