Skip to content

Commit f92daf7

Browse files
cichlibbatsov
authored andcommitted
Consolidate Eastwood config into project.clj
1 parent 73875cb commit f92daf7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ test-cljs: .source-deps
2020
lein with-profile +$(CLOJURE_VERSION),+plugin.mranderson/config,+test-cljs test
2121

2222
eastwood:
23-
lein with-profile +$(CLOJURE_VERSION),+test-clj,+test-cljs,+eastwood eastwood \
24-
"{:namespaces [:source-paths] :exclude-namespaces [cider-nrepl.plugin]}"
23+
lein with-profile +$(CLOJURE_VERSION),+test-clj,+test-cljs,+eastwood eastwood
2524

2625
cljfmt:
2726
lein with-profile +$(CLOJURE_VERSION),+test-clj,+test-cljs,+cljfmt cljfmt check

project.clj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,8 @@
119119
if-class [[:block 1]]}}}
120120

121121
:eastwood {:plugins [[jonase/eastwood "0.3.4"]]
122-
:eastwood {:config-files ["eastwood.clj"] :exclude-namespaces [cider-nrepl.plugin cider.tasks cider.nrepl.test-session]}}})
122+
:eastwood {:config-files ["eastwood.clj"]
123+
:exclude-namespaces [cider-nrepl.plugin
124+
cider.tasks
125+
cider.nrepl.test-session]
126+
:namespaces [:source-paths]}}})

0 commit comments

Comments
 (0)