Fix audit for new universal handling

This commit is contained in:
Adam Vandenberg 2011-04-23 09:06:41 -07:00
parent 4dbb08a6d8
commit 175228b416

View File

@ -147,6 +147,7 @@ def audit_formula_options f, text
if documented_options.length > 0 if documented_options.length > 0
documented_options.each do |o| documented_options.each do |o|
next if o == '--universal'
problems << " * Option #{o} is unused" unless options.include? o problems << " * Option #{o} is unused" unless options.include? o
end end
end end