From 352678d9333e711889db6ae496de410562f0a422 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Mon, 29 Jul 2024 23:55:17 +0200 Subject: [PATCH] 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 --- Library/Homebrew/formula_auditor.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/formula_auditor.rb b/Library/Homebrew/formula_auditor.rb index 9fa5600bf7..f0c63a2e51 100644 --- a/Library/Homebrew/formula_auditor.rb +++ b/Library/Homebrew/formula_auditor.rb @@ -594,7 +594,6 @@ module Homebrew end def audit_wayback_url - return unless @strict return unless @core_tap return if formula.deprecated? || formula.disabled?