Re: Eastwood the Clojure lint tool version 0.2.0

2014-11-18 Thread John Wiseman
Excellent, thank you. The unwieldy default output format was the main thing stopping me from investigating eastwood. On Tue, Nov 18, 2014 at 8:41 AM, Andy Fingerhut wrote: > Eastwood is a Clojure lint tool. It analyzes Clojure (on the JVM) source > code, reporting things that may be errors. >

Eastwood the Clojure lint tool version 0.2.0

2014-11-18 Thread Andy Fingerhut
Eastwood is a Clojure lint tool. It analyzes Clojure (on the JVM) source code, reporting things that may be errors. Installation instructions are in the documentation here: https://github.com/jonase/eastwood#installation--quick-usage Updates since the last release are described in the chang