Skip to content
Snippets Groups Projects
Commit 175228b4 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Fix audit for new universal handling

parent 4dbb08a6
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@ def audit_formula_options f, text
if documented_options.length > 0
documented_options.each do |o|
next if o == '--universal'
problems << " * Option #{o} is unused" unless options.include? o
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment