Skip to content

Commit

Permalink
Merge pull request #17553 from Homebrew/scope-eol-audit-to-core-tap
Browse files Browse the repository at this point in the history
formula_auditor: scope eol check to core tap
  • Loading branch information
apainintheneck authored Jun 23, 2024
2 parents 2974be8 + ef56236 commit c53f600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/formula_auditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ def audit_bottle_spec

def audit_eol
return unless @online
return unless @core_tap

return if formula.deprecated? || formula.disabled?

Expand Down

0 comments on commit c53f600

Please sign in to comment.