diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 0b7919563bcf7153f21d1d2b9581e3cdbca25d1c..c828b8197b6ad61a54d6c1fd9ba3af82427b2c80 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/