chiark / gitweb /
lint: don't assume trailing slashes in urls are redundant
[fdroidserver.git] / fdroidserver / lint.py
index c8588b36dd1aff45b9e782c8b570aff0a8f0b23e..d51dab9222b44fd1851e08867ecbe58ab62cc871 100644 (file)
@@ -43,8 +43,6 @@ https_enforcings = [
 ]
 
 http_warnings = https_enforcings + [
-    (re.compile(r'.*/$'),
-     "HTTP links shouldn't end with a slash"),
     (re.compile(r'.*github\.com/[^/]+/[^/]+\.git'),
      "Appending .git is not necessary"),
     # TODO enable in August 2015, when Google Code goes read-only