Compare commits

..

2 Commits

Author SHA1 Message Date
70f441b8f6
Enable commit linting
Some checks failed
ci/lysergic/push/pipeline Pipeline failed
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-02-19 20:32:49 +01:00
2af3d11c92
Add commit linting
- add gommit configuration
- add wrapper script

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-02-19 20:32:48 +01:00

View File

@ -4,7 +4,7 @@ check-summary-length=true
summary-length=50 summary-length=50
[matchers] [matchers]
all='^(?:(?:Add|Remove|Update|Enable|Disable) |(?:role\.\w+|profile\.\w+): )[\w ]+\n(?:\n\- .*)?(?:\nSigned-off-by: \w+ \w+ <.*@.*>)' all='^(?:(?:Add|Remove|Update|Enable|Disable) |(?:role\.\w+|profile\.\w+): )[\w ]+\n(?:(?:\n\- .*)+\n)?(?:\nSigned-off-by: \w+ \w+ <.*@.*>)'
[examples] [examples]
summary_variant_one=""" summary_variant_one="""