chiark / gitweb /
lint: Remove duplicate code.google.com TODO
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 4 Jun 2015 13:46:54 +0000 (15:46 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 4 Jun 2015 13:46:54 +0000 (15:46 +0200)
fdroidserver/lint.py

index 1d6d95483d04fff6c1b97f507cc24ff26484adf1..944e6e8fd111292b7d2856f1fcfb95968748ff1b 100644 (file)
@@ -61,9 +61,6 @@ regex_warnings = {
     'Issue Tracker': http_warnings + [
         (re.compile(r'.*github\.com/[^/]+/[^/]+[/]*$'),
          "/issues is missing"),
-        # 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 it moved to github.com?"),
     ],
     'Changelog': http_warnings + [
     ],