lint: remove "Invalid bulleted list", there is no list syntax

This commit is contained in:
Hans-Christoph Steiner
2025-11-21 21:45:49 +01:00
parent 379e293320
commit b90fd68794

View File

@@ -177,7 +177,6 @@ regex_checks = {
'Description': https_enforcings
+ http_url_shorteners
+ [
(re.compile(r'\s*[*#][^ .]'), _("Invalid bulleted list")),
(
re.compile(r'https://f-droid.org/[a-z][a-z](_[A-Za-z]{2,4})?/'),
_("Locale included in f-droid.org URL"),