mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Simon Bruder
bac025fd0a
This finally makes the licensing under AGPL-3.0-or-later explicit after I got the okay from the kickstart source owners. This also checks the REUSE compliance in a pre commit hook, and therefore also in CI.
22 lines
495 B
Plaintext
22 lines
495 B
Plaintext
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2023 swt23w23
|
|
[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
|
|
# and does not contain “#”
|
|
[title-match-regex]
|
|
regex=^[A-Z][^#]*$
|
|
|
|
[ignore-by-title]
|
|
regex=^(amend|fixup|squash).*
|
|
ignore=title-max-length
|
|
|
|
[contrib-allowed-authors]
|