Allow description for categories

This commit is contained in:
Torsten Grote
2026-04-22 15:46:43 -03:00
parent a2574360d9
commit 950412185a

View File

@@ -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':