brew-audit - don't complain about --HEAD options
This commit is contained in:
parent
9108e3956c
commit
61156e979f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user