File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 10
10
slipset/deps-deploy {:mvn/version " 0.2.2" }}
11
11
:ns-default build}
12
12
:uber {:extra-paths [" test" ]}
13
- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2024.05.24 " }}
13
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2024.08.01 " }}
14
14
:main-opts [" -m" " clj-kondo.main" ]}
15
15
:test {:extra-paths [" test" ]
16
16
:extra-deps {io.github.cognitect-labs/test-runner
Original file line number Diff line number Diff line change 23
23
with-out-str
24
24
string/trim)
25
25
bb-cp (bbcp/get-classpath )]
26
- (status/line :detail " - copying configs" )
27
- (t/clojure " -M:clj-kondo --skip-lint --copy-configs --lint" clj-cp bb-cp)
28
- (status/line :detail " - creating cache" )
29
- (t/clojure " -M:clj-kondo --dependencies --lint" clj-cp bb-cp)))
26
+ (status/line :detail " - copying libs and creating cache" )
27
+ (t/clojure " -M:clj-kondo --skip-lint --copy-configs --dependencies --parallel --lint" clj-cp bb-cp)))
30
28
31
29
(defn- check-cache [{:keys [rebuild]}]
32
30
(status/line :head " clj-kondo: cache check" )
50
48
(status/line :head " clj-kondo: linting" )
51
49
(let [{:keys [exit]}
52
50
(t/clojure {:continue true }
53
- " -M:clj-kondo --lint src test scripts build.clj build_shared.clj deps.edn bb.edn" )]
51
+ " -M:clj-kondo --parallel -- lint src test scripts build.clj build_shared.clj deps.edn bb.edn" )]
54
52
(cond
55
53
(= 2 exit) (status/die exit " clj-kondo found one or more lint errors" )
56
54
(= 3 exit) (status/die exit " clj-kondo found one or more lint warnings" )
You can’t perform that action at this time.
0 commit comments