From b072da141f97e1d88c97beedf03b3b2deb8a38f4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 28 Jul 2013 16:22:04 -0700 Subject: [PATCH] audit: don't complain about bottle versions. `brew bottle` already complains and this is a niche case. References Homebrew/homebrew#21374. --- Library/Homebrew/cmd/audit.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 0b7919563b..c828b8197b 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -282,9 +282,6 @@ class FormulaAuditor if version_url.to_s == version_text.to_s && s.version.instance_of?(Version) problem "#{spec} version #{version_text} is redundant with version scanned from URL" end - if bottle_filename_formula_name(bottle_filename(f)).empty? - problem "Add a new version regex to version.rb to parse the bottle filename." - end end if s.version.to_s =~ /^v/