2023-02-16 03:30:15 +00:00
|
|
|
[title-max-length]
|
|
|
|
line-length=100
|
|
|
|
|
|
|
|
[general]
|
|
|
|
ignore=body-is-missing
|
2023-07-17 18:50:16 +00:00
|
|
|
regex-style-search=True
|
2023-02-16 03:30:15 +00:00
|
|
|
|
|
|
|
[body-max-line-length]
|
|
|
|
line-length=120
|
|
|
|
|
2023-03-16 15:54:06 +00:00
|
|
|
[body-min-length]
|
|
|
|
min-length=10
|
|
|
|
|
2023-02-16 03:30:15 +00:00
|
|
|
# Ensure every title starts with a prefix
|
|
|
|
[title-match-regex]
|
2024-03-12 15:50:04 +00:00
|
|
|
regex=^[\w]+[\w, -\\/{}]*[\w]+: .*
|
2023-07-17 18:51:13 +00:00
|
|
|
|
|
|
|
# Ignore GDB backtraces
|
|
|
|
[ignore-body-lines]
|
2024-02-05 08:12:41 +00:00
|
|
|
regex=^ \#\d(.*):\d+$
|
|
|
|
|
|
|
|
[ignore-by-title]
|
2024-02-06 18:09:02 +00:00
|
|
|
regex=^(Release|Back to development)
|