adding eastwood from boot-check
This commit is contained in:
parent
4661534411
commit
ef8227d3ba
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue