diff --git a/Library/Homebrew/formula_auditor.rb b/Library/Homebrew/formula_auditor.rb index 6fb299738fc7db..61a48940c50d6f 100644 --- a/Library/Homebrew/formula_auditor.rb +++ b/Library/Homebrew/formula_auditor.rb @@ -597,12 +597,10 @@ def audit_wayback_url regex = %r{^https?://web\.archive\.org} if regex.match?(formula.stable.url) problem "Formula with a Wayback Machine `url` should be deprecated with `:repo_removed`" - return end if regex.match?(formula.homepage) problem "Formula with a Wayback Machine `homepage` should find an alternative `homepage`" - return end return unless formula.head