audit: print warning and description.
This commit is contained in:
parent
4489a8684f
commit
4eb31ac676
@ -592,8 +592,8 @@ class FormulaAuditor
|
||||
|
||||
def audit_check_output warning_and_description
|
||||
return unless warning_and_description
|
||||
warning, _ = *warning_and_description
|
||||
problem warning
|
||||
warning, description = *warning_and_description
|
||||
problem "#{warning}\n#{description}"
|
||||
end
|
||||
|
||||
def audit_installed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user