From 3d1213b60260b1052823d7bdc718287e564e06c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Mon, 25 Aug 2014 00:41:01 +0200 Subject: [PATCH] lint: remove pedantic warnings that are often wrong --- fdroidserver/lint.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index a5ff34d2..192da1a6 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -118,12 +118,6 @@ regex_pedantic = { "/issues is often enough on its own"), ], 'Summary': [ - (re.compile(r'^[a-z]'), - "No capitalization was done"), - (re.compile(r'.*\bandroid\b.*', re.IGNORECASE), - "No need to specify that the app is for Android"), - (re.compile(r'.*\b(app|application)\b.*', re.IGNORECASE), - "No need to specify that the app is... an app"), (re.compile(r'.*\b(free software|open source)\b.*', re.IGNORECASE), "No need to specify that the app is Free Software"), (re.compile(r'.*[a-z0-9][.,!?][ $]'), -- 2.30.2