burrow/.gitlint
Sam Poder 923bc9511d Ignore body is missing errors
It seems excessive to require an extended description to each commit,
such as the extended description being given here.
2023-06-23 16:21:58 -04:00

19 lines
340 B
Text

[general]
ignore=body-changed-file-mention,body-is-missing
ignore-merge-commits=false
ignore-fixup-commits=false
ignore-squash-commits=false
ignore-stdin=true
fail-without-commits=true
[title-max-length]
line-length=50
[body-max-line-length]
line-length=72
[title-match-regex]
regex=^(?!.*(#\d+))
[body-match-regex]
regex=^(?!.*(#\d+))