mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
19 lines
373 B
Plaintext
19 lines
373 B
Plaintext
[general]
|
|
regex-style-search=true
|
|
contrib=contrib-allowed-authors
|
|
ignore=body-is-missing,body-min-length
|
|
|
|
# While they should be ≤72, 80 is the limit
|
|
[title-max-length]
|
|
line-length=80
|
|
|
|
# Every message must start with an upper case letter
|
|
[title-match-regex]
|
|
regex=^[A-Z]
|
|
|
|
[ignore-by-title]
|
|
regex=^(amend|fixup|squash).*
|
|
ignore=title-max-length
|
|
|
|
[contrib-allowed-authors]
|