From 9608c2bfaef68fef63bccd90fb8bcbfc97545d2e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 23 Jul 2013 10:51:07 -0700 Subject: [PATCH] audit: add TODO --- Library/Homebrew/cmd/audit.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 2d03a8ec3f..0b7919563b 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -141,6 +141,7 @@ class FormulaAuditor end dep.options.reject do |opt| + # TODO -- fix for :recommended, should still allow --with-xyz dep_f.build.has_option?(opt.name) end.each do |opt| problem "Dependency #{dep} does not define option #{opt.name.inspect}"