summaryrefslogtreecommitdiff
path: root/.gitlint
Commit message (Collapse)AuthorAgeFilesLines
* gitlint: support \ and / in commit prefixMatthew Waters2023-04-031-1/+1
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4316>
* gitlint: allow commas and spaces in commit message prefixTim-Philipp Müller2023-03-271-1/+1
| | | | | | e.g. "foo, bar: did stuff" should be allowed Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4273>
* gitlint: allow body with 10 charactersTim-Philipp Müller2023-03-171-0/+3
| | | | | | "Fixes #123" is a perfectly adequate message body. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4182>
* ci: gitlint: Allow '-' character in commit title prefixSeungha Yang2023-03-161-1/+1
| | | | | | ... and require a SPACE after ':' separator Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4077>
* ci: Add a job to verify commit messages on MRsThibault Saunier2023-02-241-0/+12
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>