mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Warn about summaries that are not capitalized
This commit is contained in:
parent
93a56e4f51
commit
a129ef5f9f
@ -109,6 +109,8 @@ regex_pedantic = {
|
|||||||
"/issues is often enough on its own"),
|
"/issues is often enough on its own"),
|
||||||
],
|
],
|
||||||
'Summary': [
|
'Summary': [
|
||||||
|
(re.compile(r'^[a-z]'),
|
||||||
|
"No capitalization was done"),
|
||||||
(re.compile(r'.*\bandroid\b.*', re.IGNORECASE),
|
(re.compile(r'.*\bandroid\b.*', re.IGNORECASE),
|
||||||
"No need to specify that the app is for Android"),
|
"No need to specify that the app is for Android"),
|
||||||
(re.compile(r'.*\b(app|application)\b.*', re.IGNORECASE),
|
(re.compile(r'.*\b(app|application)\b.*', re.IGNORECASE),
|
||||||
|
Loading…
Reference in New Issue
Block a user