Eastwood, the Clojure lint tool, version 0.2.3 has been released.  See
install instructions and complete documentation at [1].

Below are some of the changes since version 0.2.2.  A complete list is at
[2].

Go squash some bugs!

Jonas Enlund, Nicola Mometto, and Andy Fingerhut

[1] https://github.com/jonase/eastwood
[2]
https://github.com/jonase/eastwood/blob/master/changes.md#changes-from-version-022-to-023


No new linters. The only difference with 0.2.2 is a few bug fixes:

   -

   Ignore the contents of any file data_readers.clj in any directory of
   your classpath. Earlier versions of Eastwood would lint their contents, and
   by default complain that there was no ns form at the beginning. There
   should not be an ns form in such a file, and Eastwood no longer issues
   such incorrect warnings. Issue #172
   <https://github.com/jonase/eastwood/issues/172>.
   -

   Eliminate an exception caused by Eastwood's unused-ret-vals and
   unused-ret-vals-in-try linters that could occur if a Java method cannot
   be resolved. Issue #173 <https://github.com/jonase/eastwood/issues/173>.

-- 
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.

Reply via email to