gstreamer/.gitlint
Thibault Saunier 5586511446 ci: Add a job to verify commit messages on MRs
This uses [gitlint] and is based on their linting rules with some minor
config so it matches our style pretty well.

[gitlint]: https://jorisroovers.com/gitlint/#configuration

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3980>
2023-02-24 00:22:19 +00:00

13 lines
186 B
Plaintext

[title-max-length]
line-length=100
[general]
ignore=body-is-missing
[body-max-line-length]
line-length=120
# Ensure every title starts with a prefix
[title-match-regex]
regex=^\w+:.*