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 post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 is
added, it will become possible to run Eastwood on a code base, and if there
are 0 warnings in the output, the developer will know that the only
warnings that possibly exist are false positive warnings they have manually
checked and disabled before.

A little bit of thought has been exerted on this [1] [2], but no code or
testing yet.  I hope to find time for it within a month or so.

Regarding invoking Eastwood from clojure.test, I'm sure that would be
possible, but it isn't exactly convenient to invoke it that way.  Hopefully
someone else can describe their preferred method for adding a command line
invocation like 'lein eastwood' to their checkin/CI/release process.

Andy

[1] https://github.com/jonase/eastwood/issues/21
[2] https://groups.google.com/d/msg/clojure-dev/5_dlGSNR6xQ/l8bkwjTPKioJ


On Wed, Jul 2, 2014 at 3:55 AM, Chris Morgan chris.j.mor...@gmail.com
wrote:


 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 post to this group, send email to clojure@googlegroups.com
 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 process? If you did,
and it didn't work perhaps you can provide more details.


-- 
Kind Regards,
Atamert Ölçgen

-+-
--+
+++

www.muhuk.com

-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.