mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
lint: accept all new categories
This commit is contained in:
parent
d83d0c2520
commit
9d75b130bc
1 changed files with 4 additions and 0 deletions
|
@ -114,7 +114,9 @@ categories = Set([
|
||||||
"Connectivity",
|
"Connectivity",
|
||||||
"Development",
|
"Development",
|
||||||
"Games",
|
"Games",
|
||||||
|
"Graphics",
|
||||||
"Internet",
|
"Internet",
|
||||||
|
"Money",
|
||||||
"Multimedia",
|
"Multimedia",
|
||||||
"Navigation",
|
"Navigation",
|
||||||
"Office",
|
"Office",
|
||||||
|
@ -124,6 +126,8 @@ categories = Set([
|
||||||
"Security",
|
"Security",
|
||||||
"System",
|
"System",
|
||||||
"Theming",
|
"Theming",
|
||||||
|
"Time",
|
||||||
|
"Writing",
|
||||||
])
|
])
|
||||||
|
|
||||||
desc_url = re.compile("[^[]\[([^ ]+)( |\]|$)")
|
desc_url = re.compile("[^[]\[([^ ]+)( |\]|$)")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue