mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
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.
This commit is contained in:
parent
76b86560f4
commit
34f06dff24
1 changed files with 0 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue