remove false rule from lein kibit

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

View file

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

View file

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