mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-09 16:23:33 -04:00
Allow description for categories
This commit is contained in:
@@ -2380,7 +2380,7 @@ def lint_config(arg):
|
||||
)
|
||||
)
|
||||
allowed_keys = ['name']
|
||||
if path.name in [config_name, antifeatures_name]:
|
||||
if path.name in [config_name, categories_name, antifeatures_name]:
|
||||
allowed_keys.append('description')
|
||||
# only for source strings currently
|
||||
if path.parent.name == 'config':
|
||||
|
||||
Reference in New Issue
Block a user