polyfy / polylith

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

Show warnings in the check and test command #480

Closed tengstrand closed 3 months ago

tengstrand commented 4 months 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.