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

brew-audit - don't complain about --HEAD options

parent 9108e395
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ def audit_formula_options f, text
if options.length > 0
options.each do |o|
next if o == '--HEAD'
problems << " * Option #{o} is not documented" unless documented_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