mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Warn about summaries that are not capitalized
This commit is contained in:
parent
93a56e4f51
commit
a129ef5f9f
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue