2023-12-11 17:59:14 +01:00
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
# SPDX-FileCopyrightText: 2023 swt23w23
|
2023-11-12 20:42:54 +01:00
|
|
|
[general]
|
|
|
|
regex-style-search=true
|
|
|
|
contrib=contrib-allowed-authors
|
2023-11-16 10:18:35 +01:00
|
|
|
ignore=body-is-missing,body-min-length
|
2023-11-12 20:42:54 +01:00
|
|
|
|
|
|
|
# While they should be ≤72, 80 is the limit
|
|
|
|
[title-max-length]
|
|
|
|
line-length=80
|
|
|
|
|
|
|
|
# Every message must start with an upper case letter
|
2023-11-28 16:22:47 +01:00
|
|
|
# and does not contain “#”
|
2023-11-12 20:42:54 +01:00
|
|
|
[title-match-regex]
|
2023-11-28 16:22:47 +01:00
|
|
|
regex=^[A-Z][^#]*$
|
2023-11-12 20:42:54 +01:00
|
|
|
|
|
|
|
[ignore-by-title]
|
|
|
|
regex=^(amend|fixup|squash).*
|
|
|
|
ignore=title-max-length
|
|
|
|
|
|
|
|
[contrib-allowed-authors]
|