diff options
| author | Mike McQuaid | 2013-07-28 16:22:04 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2013-07-28 16:26:16 -0700 |
| commit | c45c77d031b98b48bf635b76ef6c4cc02d950488 (patch) | |
| tree | 91ffb41eb3003c3407b1b08c7b01ebfabe882472 | |
| parent | 8325c1b8c62d30cef0c574dc27751305c4d15444 (diff) | |
| download | homebrew-c45c77d031b98b48bf635b76ef6c4cc02d950488.tar.bz2 | |
audit: don't complain about bottle versions.
`brew bottle` already complains and this is a niche case.
References #21374.
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 0b7919563..c828b8197 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/ |
