From 2e80eb060eed49ae73a1cdf27d3a7ed0559b81fe Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Tue, 13 Jul 2021 21:20:49 +0900 Subject: [PATCH] formula_auditor:repiar audit_versioned_keg_only --- Library/Homebrew/formula_auditor.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Library/Homebrew/formula_auditor.rb b/Library/Homebrew/formula_auditor.rb index 5076448ba0..29fd0f80e7 100644 --- a/Library/Homebrew/formula_auditor.rb +++ b/Library/Homebrew/formula_auditor.rb @@ -393,10 +393,7 @@ module Homebrew if formula.keg_only? return if formula.keg_only_reason.versioned_formula? - if formula.name.start_with?("openssl", "libressl") && - formula.keg_only_reason.by_macos? - return - end + return if formula.name.start_with?("openssl", "libressl") && formula.keg_only_reason.by_macos? end return if tap_audit_exception :versioned_keg_only_allowlist, formula.name