Sylvain Desbureaux | 3c393e5 | 2020-12-07 09:15:19 +0100 | [diff] [blame] | 1 | [title-match-regex] |
Sylvain Desbureaux | 7153bad | 2020-12-14 18:18:32 +0100 | [diff] [blame] | 2 | regex=^\[[A-Z\d-]+]\[*[\w\d-]*]* [A-Z]+[\S ]*$ |
Sylvain Desbureaux | 3c393e5 | 2020-12-07 09:15:19 +0100 | [diff] [blame] | 3 | |
| 4 | [body-match-regex] |
| 5 | regex=.{20,} |
| 6 | |
| 7 | [ignore-by-title] |
| 8 | regex=^Release(.*) |
| 9 | ignore=title-match-regex,body-min-length |
| 10 | |
| 11 | [ignore-body-lines] |
| 12 | regex=^(Issue-ID|Signed-off-by|Change-Id|Reported-by|Depends-on|Co-authored-by|Fixes|Acked-by|Reviewed-by|CC) |
| 13 | |