mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
5586511446
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>
12 lines
186 B
Text
12 lines
186 B
Text
[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+:.*
|