From ac7f3a8fd2e38f06da8e2ef1bc27af0fab4395ea Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 13 Jun 2016 19:34:58 +0200 Subject: [PATCH] remove false rule from lein kibit --- project.clj | 4 ++-- src/leiningen/kibit.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index d63a2d8..3695a21 100644 --- a/project.clj +++ b/project.clj @@ -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) diff --git a/src/leiningen/kibit.clj b/src/leiningen/kibit.clj index 57c1c59..8157285 100644 --- a/src/leiningen/kibit.clj +++ b/src/leiningen/kibit.clj @@ -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)