polyfy / polylith

A tool used to develop Polylith based architectures in Clojure.
Eclipse Public License 1.0
499 stars 47 forks source link

Show warnings in the check and test command #480

Open tengstrand opened 1 week ago

tengstrand commented 1 week ago

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.