updated README

This commit is contained in:
Yann Esposito (Yogsototh) 2016-06-13 19:00:10 +02:00
parent 89447c7418
commit 1fb52ae059
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# lein-kibit # lein-kibit
See [kibit](https://github.com/jonase/kibit) for instructions on how See [kibit](https://github.com/yogsototh/kibit) for instructions on how
to install and use this plugin. to install and use this plugin.
## License ## License

View file

@ -1,8 +1,8 @@
(defproject yogsototh/lein-kibit "0.1.3" (defproject yogsototh/lein-kibit "0.1.4"
:description "kibit lein plugin" :description "kibit lein plugin"
:url "https://github.com/yogsototh/lein-kibit" :url "https://github.com/yogsototh/lein-kibit"
:license {:name "Eclipse Public License" :license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[yogsototh/kibit "0.1.3"] :dependencies [[yogsototh/kibit "0.1.4"]
[org.clojure/tools.namespace "0.2.11"]] [org.clojure/tools.namespace "0.2.11"]]
:eval-in-leiningen true) :eval-in-leiningen true)

View file

@ -7,7 +7,7 @@
(defn ^:no-project-needed kibit (defn ^:no-project-needed kibit
[project & args] [project & args]
(let [src-paths (get-in project [:kibit :source-paths] ["rules"]) (let [src-paths (get-in project [:kibit :source-paths] ["rules"])
kibit-project `{:dependencies [[jonase/kibit "0.1.2"]] kibit-project `{:dependencies [[yogsototh/kibit "0.1.4"]]
:source-paths ~src-paths} :source-paths ~src-paths}
paths (filter some? (concat paths (filter some? (concat
(:source-paths project) (:source-paths project)