mrhlpr.json: adjust unknown regex (!630)

Do not mark commit messages as NOK if the subject...
* has an uppercase letter (except for right after the colon)
* contains a dot or underscore before the colon
This commit is contained in:
Oliver Smith 2019-09-14 04:19:36 +02:00
parent a3510eca5e
commit 51c3fef4bc
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -9,7 +9,7 @@
"^[a-z]+/[a-z-0-9*{}]+: removed, upstreamed( \\(!\\d+\\)|)$"
],
"unknown": [
"^[a-z-0-9*{}\\/]+: [a-z\\-0-9*{}\\(\\)\\._ ]+( \\(!\\d+\\)|)$"
"^[a-z-0-9_.*{}\\/]+: [a-z\\-0-9*{}\\(\\)\\._ ][A-Za-z\\-0-9*{}\\(\\)\\._ ]+( \\(!\\d+\\)|)$"
]
}
}