guide on how to plug eastwood into clojure.test unittests?

2014-07-02 Thread Chris Morgan
Does anyone have a guide on how to plug https://github.com/jonase/eastwood into my clojure.test unittests? Or even if eastwood is the correct tool to be using for lint checking my files? Thanks -- You received this message because you are subscribed to the Google Groups Clojure group. To

Re: guide on how to plug eastwood into clojure.test unittests?

2014-07-02 Thread Andy Fingerhut
Eastwood is a reasonable tool to consider for lint checking your files, IMNSHO. It is currently lacking a feature that would make it more useful as an automated step in a build/release process, which is the ability to disable particular warnings on very small sections of code. If such a feature

Re: guide on how to plug eastwood into clojure.test unittests?

2014-07-02 Thread Atamert Ölçgen
On Wed, Jul 2, 2014 at 3:01 PM, Andy Fingerhut andy.finger...@gmail.com wrote: Hopefully someone else can describe their preferred method for adding a command line invocation like 'lein eastwood' to their checkin/CI/release process. @Chris Have you tried adding `lein eastwood` to your build