mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-18 06:58:26 -04:00
lint: accept all new categories
This commit is contained in:
@@ -114,7 +114,9 @@ categories = Set([
|
||||
"Connectivity",
|
||||
"Development",
|
||||
"Games",
|
||||
"Graphics",
|
||||
"Internet",
|
||||
"Money",
|
||||
"Multimedia",
|
||||
"Navigation",
|
||||
"Office",
|
||||
@@ -124,6 +126,8 @@ categories = Set([
|
||||
"Security",
|
||||
"System",
|
||||
"Theming",
|
||||
"Time",
|
||||
"Writing",
|
||||
])
|
||||
|
||||
desc_url = re.compile("[^[]\[([^ ]+)( |\]|$)")
|
||||
|
||||
Reference in New Issue
Block a user