File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 (status/line :detail " Building cache" )
2222 (when (cache-exists? )
2323 (delete-cache ))
24- (let [clj-cp (-> (shell/command {:out :string }
25- " clojure -A:test:lint-cache -Spath" )
24+ (let [clj-cp (-> (shell/command {:out :string }
25+ " clojure -A:test:lint-cache -Spath" )
2626 :out string/trim)
2727 bb-cp (bbcp/get-classpath )]
2828 (shell/command " clojure -M:clj-kondo --dependencies --copy-configs --lint" clj-cp bb-cp)))
4848 (check-cache opts)
4949 (status/line :head " clj-kondo: linting" )
5050 (let [{:keys [exit]}
51- (shell/command {:continue true }
52- " clojure -M:clj-kondo --lint src test script deps.edn" )]
51+ (shell/command {:continue true }
52+ " clojure -M:clj-kondo --lint src test script deps.edn build.clj " )]
5353 (cond
5454 (= 2 exit) (status/die exit " clj-kondo found one or more lint errors" )
5555 (= 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