mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
lint: warn about empty descriptions
If some app has the default description because it's not going to be published or will never have a working build, the whole app should be disabled.
This commit is contained in:
parent
d104f2e1fb
commit
a36865e9b1
@ -74,6 +74,8 @@ regex_warnings = {
|
||||
"gitorious URLs should always use https:// not http://"),
|
||||
],
|
||||
'Description': [
|
||||
(re.compile(r'^No description available$'),
|
||||
"Description yet to be filled"),
|
||||
(re.compile(r'[ ]*[*#][^ .]'),
|
||||
"Invalid bulleted list"),
|
||||
(re.compile(r'^ '),
|
||||
|
Loading…
Reference in New Issue
Block a user