aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
diff options
context:
space:
mode:
authorGautham Goli2017-05-24 21:07:50 +0530
committerGautham Goli2017-07-13 12:41:43 +0530
commitb8adc1a8aa59dffd063e70cb1ba78988c9745d8e (patch)
tree271e811a07c3bda2d433231345ec8c82f62ecf10 /Library/Homebrew/dev-cmd
parentf1fa475c4fc6f82312368114bdd604d5752e743b (diff)
downloadbrew-b8adc1a8aa59dffd063e70cb1ba78988c9745d8e.tar.bz2
audit: Port audit_options non-strict rules to rubocop and add tests
Diffstat (limited to 'Library/Homebrew/dev-cmd')
-rw-r--r--Library/Homebrew/dev-cmd/audit.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb
index 3bbfa461a..6a7292ea7 100644
--- a/Library/Homebrew/dev-cmd/audit.rb
+++ b/Library/Homebrew/dev-cmd/audit.rb
@@ -555,10 +555,6 @@ class FormulaAuditor
def audit_options
formula.options.each do |o|
- if o.name == "32-bit"
- problem "macOS has been 64-bit only since 10.6 so 32-bit options are deprecated."
- end
-
next unless @strict
if o.name == "universal"