From: Daniel Martí Date: Fri, 5 Jun 2015 14:56:25 +0000 (+0200) Subject: lint: don't assume trailing slashes in urls are redundant X-Git-Tag: 0.4.0~40 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c70e03f67c9c13b1dc6730caba8f1a041109000a;p=fdroidserver.git lint: don't assume trailing slashes in urls are redundant --- diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index c8588b36..d51dab92 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -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