aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/audit.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-07-14 15:32:52 +0100
committerGitHub2017-07-14 15:32:52 +0100
commit20db5470e3325d3a64e16c785c22c25581e03b52 (patch)
treeb7132a4f6180538060f50d941d3998028c20dd9f /Library/Homebrew/dev-cmd/audit.rb
parent4ca2efb12dd1399526e0aa845b56ede58daecddd (diff)
parent222af824014f99be7da24f6aa8980eaf28548cb9 (diff)
downloadbrew-20db5470e3325d3a64e16c785c22c25581e03b52.tar.bz2
Merge pull request #2879 from GauthamGoli/audit_option_rubocop_1
audit: Port audit_options non-strict rules to rubocop and add tests
Diffstat (limited to 'Library/Homebrew/dev-cmd/audit.rb')
-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"