1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

lint: Remove duplicate code.google.com TODO

This commit is contained in:
Daniel Martí 2015-06-04 15:46:54 +02:00
parent ce5922d0a1
commit 46adf486c9

View 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 + [
],