mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
lint: Remove duplicate code.google.com TODO
This commit is contained in:
parent
ce5922d0a1
commit
46adf486c9
1 changed files with 0 additions and 3 deletions
|
|
@ -61,9 +61,6 @@ regex_warnings = {
|
||||||
'Issue Tracker': http_warnings + [
|
'Issue Tracker': http_warnings + [
|
||||||
(re.compile(r'.*github\.com/[^/]+/[^/]+[/]*$'),
|
(re.compile(r'.*github\.com/[^/]+/[^/]+[/]*$'),
|
||||||
"/issues is missing"),
|
"/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 + [
|
'Changelog': http_warnings + [
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue