chiark / gitweb /
lint: remove Children as valid category
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 30 Aug 2015 00:52:15 +0000 (17:52 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 30 Aug 2015 00:52:15 +0000 (17:52 -0700)
fdroidserver/lint.py

index 37e26f6de49c9a17eda86c5845fd413673b7fcfc..fce2022cf50b356650f632c5fba802fa3d30c1e9 100644 (file)
@@ -111,7 +111,6 @@ regex_warnings = {
 }
 
 categories = Set([
-    "Children",
     "Development",
     "Games",
     "Internet",