Closed tengstrand closed 3 months ago
Let the check and test command show warnings, if there are any.
check
test
Complement the check function in the public API to also return :warning-messages:
:warning-messages
{:ok? true :warning-messages [] :error-messages []}
If there are no error messages, the function will return true even if warnings are present.
true
Let the
check
andtest
command show warnings, if there are any.Complement the check function in the public API to also return
:warning-messages
:If there are no error messages, the function will return
true
even if warnings are present.