audit: remove github warning

All core formulae have been migrated to .io addresses except
for software maintained by github itself.
This commit is contained in:
Adam Vandenberg 2013-07-12 21:26:55 -07:00
parent c8e79c3309
commit 34ae063c67

View File

@ -204,12 +204,6 @@ class FormulaAuditor
problem "Google Code homepage should end with a slash (url is #{f.homepage})."
end
if f.homepage =~ %r[^http://(.*)\.github\.com/]
if $1 != 'github'
problem "GitHub pages should use the github.io domain (url is #{f.homepage})"
end
end
urls = @specs.map(&:url)
# Check GNU urls; doesn't apply to mirrors