File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
; ;
20
20
21
21
; ; linting
22
+ :lint-cache {:replace-paths [" src" ]} ; ; when building classpath we want to exclude resources
23
+ ; ; so we do not pick up our own clj-kondo config exports
22
24
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2021.04.23" }}
23
- :replace-paths [" src" ] ; ; avoid including our exported clj-kondo config under resources
24
25
:main-opts [" -m" " clj-kondo.main" ]}
25
26
26
27
Original file line number Diff line number Diff line change 21
21
22
22
(defn- build-cache []
23
23
(status/line :head " clj-kondo: building cache" )
24
- (let [clj-cp (-> (shell/command [" clojure" " -A:test" " -Spath" ] {:out :string }) :out string/trim)
24
+ (let [clj-cp (-> (shell/command [" clojure" " -A:test:lint-cache " " -Spath" ] {:out :string }) :out string/trim)
25
25
bb-cp (bbcp/get-classpath )]
26
26
(shell/command [" clojure" " -M:clj-kondo"
27
27
" --dependencies" " --copy-configs"
You can’t perform that action at this time.
0 commit comments