polylith icon indicating copy to clipboard operation
polylith copied to clipboard

Show warnings in the check and test command

Open tengstrand opened this issue 7 months ago • 0 comments

Let the check and test command show warnings, if there are any.

Complement the check function in the public API to also return :warning-messages:

{:ok? true
 :warning-messages []
 :error-messages []}

If there are no error messages, the function will return true even if warnings are present.

tengstrand avatar Jul 01 '24 05:07 tengstrand