File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
main/clojure/clojure/tools/deps/cli
test/clojure/clojure/tools/deps/cli Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 }
66 :aliases {
77 ; ; clj -M:lint
8- :lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version " 2022.12.08 " }}
8+ :lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version " 2025.04.07 " }}
99 :main-opts [" -m" " clj-kondo.main" " --lint" " src/main/clojure" " --lint" " src/test/clojure" ]}
1010
1111 ; ; clj -M:outdated
Original file line number Diff line number Diff line change 299299 :artifact-id (.getArtifactId model)
300300 :version (.getVersion model)
301301 :pom-file pom})
302- (throw (FileNotFoundException. (str " Pom file not found: " ( str pom) ))))))
302+ (throw (FileNotFoundException. (str " Pom file not found: " pom))))))
303303
304304(defn- gen-pom-file
305305 [lib version classifier]
Original file line number Diff line number Diff line change 1111 (:import
1212 [java.io File]))
1313
14- (def ^:dynamic ^File *test-dir*)
14+ (def ^:dynamic ^File *test-dir* nil )
1515
1616(defmacro with-test-dir
1717 [& body]
You can’t perform that action at this time.
0 commit comments