audit: add TODO

This commit is contained in:
Adam Vandenberg 2013-07-23 10:51:07 -07:00
parent 387200cea5
commit 9608c2bfae

View File

@ -141,6 +141,7 @@ class FormulaAuditor
end end
dep.options.reject do |opt| dep.options.reject do |opt|
# TODO -- fix for :recommended, should still allow --with-xyz
dep_f.build.has_option?(opt.name) dep_f.build.has_option?(opt.name)
end.each do |opt| end.each do |opt|
problem "Dependency #{dep} does not define option #{opt.name.inspect}" problem "Dependency #{dep} does not define option #{opt.name.inspect}"