File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,6 @@ commands:
58
58
name : Install make
59
59
command : |
60
60
sudo apt-get install make
61
- - run :
62
- name : Install clj-kondo
63
- command : |
64
- sudo curl -sLO https://raw.githubusercontent.com/clj-kondo/clj-kondo/master/script/install-clj-kondo && sudo chmod +x install-clj-kondo && sudo ./install-clj-kondo
65
61
- run :
66
62
name : Generate Cache Checksum
67
63
command : |
@@ -177,10 +173,6 @@ workflows:
177
173
- util_job :
178
174
name : Code Linting
179
175
steps :
180
- - run :
181
- name : Running Eastwood
182
- command : |
183
- make eastwood
184
176
- run :
185
177
name : Running cljfmt
186
178
command : |
@@ -189,3 +181,7 @@ workflows:
189
181
name : Running clj-kondo
190
182
command : |
191
183
make kondo
184
+ - run :
185
+ name : Running Eastwood
186
+ command : |
187
+ make eastwood
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cljfmt:
25
25
lein with-profile +$(CLOJURE_VERSION ) ,+cljfmt cljfmt check
26
26
27
27
kondo :
28
- clj-kondo --lint src
28
+ lein with-profile -dev,+ clj-kondo run -m clj-kondo.main --lint src
29
29
30
30
cloverage :
31
31
lein with-profile +$(CLOJURE_VERSION ) ,+cloverage cloverage
Original file line number Diff line number Diff line change 136
136
merge-meta [[:inner 0 ]]
137
137
try-if-let [[:block 1 ]]}}}]
138
138
139
+ :clj-kondo [:test
140
+ {:dependencies [[clj-kondo " 2021.03.31" ]]}]
141
+
139
142
:eastwood [:test
140
143
{:plugins [[jonase/eastwood " 0.4.0" ]]
141
144
:eastwood {:config-files [" eastwood.clj" ]
You can’t perform that action at this time.
0 commit comments