1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Warn about summaries that are not capitalized

This commit is contained in:
Daniel Martí 2014-05-26 08:09:22 +02:00
parent 93a56e4f51
commit a129ef5f9f

View File

@ -109,6 +109,8 @@ regex_pedantic = {
"/issues is often enough on its own"),
],
'Summary': [
(re.compile(r'^[a-z]'),
"No capitalization was done"),
(re.compile(r'.*\bandroid\b.*', re.IGNORECASE),
"No need to specify that the app is for Android"),
(re.compile(r'.*\b(app|application)\b.*', re.IGNORECASE),