diff options
| author | Adam Vandenberg | 2013-07-23 10:51:07 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-23 10:51:07 -0700 |
| commit | 9608c2bfaef68fef63bccd90fb8bcbfc97545d2e (patch) | |
| tree | 367ce77d6125216ec22f03218fee5ff2af786019 | |
| parent | 387200cea58709effe0ea64376b28d540ff74da3 (diff) | |
| download | brew-9608c2bfaef68fef63bccd90fb8bcbfc97545d2e.tar.bz2 | |
audit: add TODO
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 2d03a8ec3..0b7919563 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}" |
