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 5
5
}
6
6
:aliases {
7
7
; ; 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 " }}
9
9
:main-opts [" -m" " clj-kondo.main" " --lint" " src/main/clojure" " --lint" " src/test/clojure" ]}
10
10
11
11
; ; clj -M:outdated
Original file line number Diff line number Diff line change 299
299
:artifact-id (.getArtifactId model)
300
300
:version (.getVersion model)
301
301
:pom-file pom})
302
- (throw (FileNotFoundException. (str " Pom file not found: " ( str pom) ))))))
302
+ (throw (FileNotFoundException. (str " Pom file not found: " pom))))))
303
303
304
304
(defn- gen-pom-file
305
305
[lib version classifier]
Original file line number Diff line number Diff line change 11
11
(:import
12
12
[java.io File]))
13
13
14
- (def ^:dynamic ^File *test-dir*)
14
+ (def ^:dynamic ^File *test-dir* nil )
15
15
16
16
(defmacro with-test-dir
17
17
[& body]
You can’t perform that action at this time.
0 commit comments