mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
lint: remove pedantic warnings that are often wrong
This commit is contained in:
parent
858c1eabc1
commit
3d1213b602
@ -118,12 +118,6 @@ 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),
|
|
||||||
"No need to specify that the app is for Android"),
|
|
||||||
(re.compile(r'.*\b(app|application)\b.*', re.IGNORECASE),
|
|
||||||
"No need to specify that the app is... an app"),
|
|
||||||
(re.compile(r'.*\b(free software|open source)\b.*', re.IGNORECASE),
|
(re.compile(r'.*\b(free software|open source)\b.*', re.IGNORECASE),
|
||||||
"No need to specify that the app is Free Software"),
|
"No need to specify that the app is Free Software"),
|
||||||
(re.compile(r'.*[a-z0-9][.,!?][ $]'),
|
(re.compile(r'.*[a-z0-9][.,!?][ $]'),
|
||||||
|
Loading…
Reference in New Issue
Block a user