adding eastwood from boot-check

This commit is contained in:
anatoly 2016-01-02 14:29:19 -05:00
parent 4661534411
commit ef8227d3ba

View file

@ -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