mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
lint: remove pedantic warnings that are often wrong
This commit is contained in:
parent
858c1eabc1
commit
3d1213b602
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue