Merge pull request #17553 from Homebrew/scope-eol-audit-to-core-tap

formula_auditor: scope eol check to core tap
This commit is contained in:
Kevin 2024-06-22 21:42:55 -07:00 committed by GitHub
commit c53f600677
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -567,6 +567,7 @@ module Homebrew
def audit_eol
return unless @online
return unless @core_tap
return if formula.deprecated? || formula.disabled?