feat: enable audit for wayback urls on all formulae

Still for core only

Follow up of #16476

With https://github.com/Homebrew/homebrew-core/pull/160050 all formuale in core have been treated
This commit is contained in:
Michka Popoff 2024-07-29 23:55:17 +02:00
parent 1b0fdae219
commit 352678d933
No known key found for this signature in database
GPG Key ID: 033D03F151030611

View File

@ -594,7 +594,6 @@ module Homebrew
end
def audit_wayback_url
return unless @strict
return unless @core_tap
return if formula.deprecated? || formula.disabled?