No description
Find a file
Kapil Reddy ad64732baa Allow custom kibit rules
project.clj will need to have following entry

:kibit {:rules (merge kibit.rules/rule-map
                      {:ctrl test/rules})
        :source-paths ["rules"]}

All namespaces found in source-paths dir will be required during kibit
run.

Update kibit version in project.clj and 'kibit-project'
2015-08-29 18:10:25 +12:00
src/leiningen Allow custom kibit rules 2015-08-29 18:10:25 +12:00
.gitignore When suggestions are made, exit with exit-code 1 2014-11-24 10:39:21 +13:00
project.clj Allow custom kibit rules 2015-08-29 18:10:25 +12:00
README.md Initial commit 2012-11-11 15:47:07 +02:00

lein-kibit

See kibit for instructions on how to install and use this plugin.

License

Copyright © 2012 Jonas Enlund

Distributed under the Eclipse Public License, the same as Clojure.