chiark / gitweb /
Don't use lint to warn about google code
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 27 Aug 2015 01:35:50 +0000 (18:35 -0700)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 27 Aug 2015 01:35:50 +0000 (18:35 -0700)
There are just too many. There is a script in fdroiddata to find google code
repos that have moved to github.

fdroidserver/lint.py

index d8d6a962586ecc45ef8c71037e295a9f63fe30c2..82bf5a51366d938282c9c4cd526822b15991e0f5 100644 (file)
@@ -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 = {