I'm incredibly excited to announce that Kibit 0.1.2 has been released.
Kibit is a Leiningen plugin that inspects your code and suggests more
idiomatic ways of expression the same thing, e.g.

(+ 1 num) can be rewritten as (inc num)

The headlining features of this release are:
* Clojurescript/Cljx support (cljc support coming soon). This just works *™*,
kibit will pick up your source paths from your project.clj's :source-paths,
[:cljsbuild :builds], and [:cljx :builds].
* Non-zero exit codes. Kibit now exits non-zero when one or more
suggestions are made. This is particularly useful for those running checks
in a CI environment.
* You can now run kibit on any Clojure project without a project.clj file.
Just call `lein kibit` with any number of files and folders and it will
inspect the Clojure files contained within.

There are also a number of bug fixes, and new suggestions in this release.

You can install kibit by adding [lein-kibit "0.1.2"] to your :plugins
vector in your :user profile. More instructions and details are available
at https://github.com/jonase/kibit.

--
Daniel Compton.

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