From ef8227d3ba4cfbc5e272d6b94f07af17c46b5cac Mon Sep 17 00:00:00 2001 From: anatoly Date: Sat, 2 Jan 2016 14:29:19 -0500 Subject: [PATCH] adding eastwood from boot-check --- build.boot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.boot b/build.boot index 29b4055..ecd0a4c 100644 --- a/build.boot +++ b/build.boot @@ -94,7 +94,10 @@ (deftask check-sources [] (set-env! :source-paths #(conj % "dev/clj" "dev/cljs" "test/core" "test/clj" "test/cljs")) + ;; (load-data-readers!) (comp + (check/with-eastwood) + ;; (check/with-yagni) ;; yagni does not yet support (throws on) "cljc" (check/with-kibit))) (deftask cljs-dev