From: Daniel Martí Date: Thu, 27 Aug 2015 01:35:50 +0000 (-0700) Subject: Don't use lint to warn about google code X-Git-Tag: 0.5.0~178 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=34f06dff246be73466d081973ad4ac5be0eb5c36;p=fdroidserver.git Don't use lint to warn about google code There are just too many. There is a script in fdroiddata to find google code repos that have moved to github. --- diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index d8d6a962..82bf5a51 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -60,9 +60,6 @@ http_warnings = https_enforcings + http_url_shorteners + [ "Appending .git is not necessary"), (re.compile(r'(.*/blob/master/|.*raw\.github.com/[^/]*/[^/]*/master/)'), "Use /HEAD/ instead of /master/ to point at a file in the default branch"), - # TODO enable in August 2015, when Google Code goes read-only - # (re.compile(r'.*://code\.google\.com/.*'), - # "code.google.com will be soon switching down, perhaps the project moved to github.com?"), ] regex_warnings = {