jonase / eastwood

Clojure lint tool
1.09k stars 66 forks source link

[Fix #244] Use `leininen.core.main/exit` when suitable #364

Closed vemv closed 3 years ago

vemv commented 3 years ago

Lein's exit results in more graceful exit program termination when using Eastwood as part of another plugin, higher-order task, etc.

Fixes https://github.com/jonase/eastwood/issues/244