On Thu, Apr 19, 2012 at 6:34 PM, Jonas <[email protected]> wrote: > Eastwood[1] is a Clojure lint tool which uses the analyze[2] library to > inspect > namespaces and report possible problems. Currently it should work > with projects running Clojure 1.3.0 and newer. > > Currently eastwood warns when it finds > - deprecated java instance methods, static fields, static methods and > constructors > - deprecated clojure vars > - unused function arguments > - unused private vars > - reflection > - naked (:use ...) > - misplaced docstrings > - keyword typos > > I appreciate bug reports and feature requests and I also hope you find it > useful!
This is simply awesome! Will try it out and let you know. Regards, BG -- Baishampayan Ghose b.ghose at gmail.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
