formula_auditor: scope eol check to core tap
This is not relevant information for third-party taps and requires network requests to `endoflife.date` so it's best to avoid them in this case. Closes https://github.com/Homebrew/brew/issues/17531
This commit is contained in:
parent
b67f1721f5
commit
ef56236127
@ -567,6 +567,7 @@ module Homebrew
|
||||
|
||||
def audit_eol
|
||||
return unless @online
|
||||
return unless @core_tap
|
||||
|
||||
return if formula.deprecated? || formula.disabled?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user