Fix audit for new universal handling
This commit is contained in:
parent
4dbb08a6d8
commit
175228b416
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user