Skip to content
Snippets Groups Projects
Commit b072da14 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

audit: don't complain about bottle versions.

`brew bottle` already complains and this is a niche case.

References Homebrew/homebrew#21374.
parent 325db99a
No related branches found
No related tags found
No related merge requests found
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment