mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Refuse pound sign in commit message title
Closes #70 Co-authored-by: Simon Bruder <simon.bruder@mailbox.tu-dresden.de>
This commit is contained in:
parent
a4e82362c8
commit
a46d2ad169
3
.gitlint
3
.gitlint
|
@ -8,8 +8,9 @@ ignore=body-is-missing,body-min-length
|
||||||
line-length=80
|
line-length=80
|
||||||
|
|
||||||
# Every message must start with an upper case letter
|
# Every message must start with an upper case letter
|
||||||
|
# and does not contain “#”
|
||||||
[title-match-regex]
|
[title-match-regex]
|
||||||
regex=^[A-Z]
|
regex=^[A-Z][^#]*$
|
||||||
|
|
||||||
[ignore-by-title]
|
[ignore-by-title]
|
||||||
regex=^(amend|fixup|squash).*
|
regex=^(amend|fixup|squash).*
|
||||||
|
|
Loading…
Reference in a new issue