File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 15
15
{:discouraged-var {clojure.test/are {:message " We're not fans of clojure.test/are, use doseq instead" }}
16
16
:redundant-str-call {:level :warning }
17
17
:redundant-fn-wrapper {:level :warning }
18
+ :redundant-ignore {:level :warning }
18
19
:unused-value {:level :warning }
19
20
:aliased-namespace-symbol {:level :warning }
20
21
:unknown-require-option {:level :off } ; ; overcome a wee bug in 2020-10-05 version
Original file line number Diff line number Diff line change 7
7
version-clj/version-clj {:mvn/version " 2.0.3" }
8
8
lread/status-line {:git/url " https://github.com/lread/status-line.git"
9
9
:sha " cf44c15f30ea3867227fa61ceb823e5e942c707f" }
10
- etaoin/etaoin {:mvn/version " 1.1.41 " }
10
+ etaoin/etaoin {:mvn/version " 1.1.42 " }
11
11
io.github.babashka/neil {:git/tag " v0.3.67" :git/sha " 054ca51" }}
12
12
:tasks {; ; setup
13
13
:requires ([clojure.string :as string]
Original file line number Diff line number Diff line change 50
50
; ;
51
51
:lint-cache {:replace-paths [" src" ]} ; ; when building classpath we want to exclude resources
52
52
; ; so we do not pick up our own clj-kondo config exports
53
- :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2024.08.29 " }}
53
+ :clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version " 2024.09.27 " }}
54
54
:override-deps {org.clojure/clojure {:mvn/version " 1.12.0" }}
55
55
:main-opts [" -m" " clj-kondo.main" ]}
56
56
158
158
; ;
159
159
; ; Maintenance support
160
160
; ;
161
- :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 2.9.1227 " }
161
+ :outdated {:extra-deps {com.github.liquidz/antq {:mvn/version " 2.9.1232 " }
162
162
org.slf4j/slf4j-simple {:mvn/version " 2.0.16" } ; ; to rid ourselves of logger warnings
163
163
}
164
164
:override-deps {org.clojure/clojure {:mvn/version " 1.12.0" }}
Original file line number Diff line number Diff line change 292
292
:show-deps-fn lein-deps-tree
293
293
:test-cmds [" lein kaocha" ]}
294
294
{:name " antq"
295
- :version " 2.9.1221 "
295
+ :version " 2.9.1232 "
296
296
:platforms [:clj ]
297
297
:github-release {:repo " liquidz/antq" }
298
298
:patch-fn deps-edn-v1-patch
439
439
:show-deps-fn cli-deps-tree
440
440
:test-cmds [" bb test-clj" ]}
441
441
{:name " splint"
442
- :version " 1.17.0 "
442
+ :version " 1.17.1 "
443
443
:platforms [:clj ]
444
444
:github-release {:repo " NoahTheDuke/splint"
445
445
:version-prefix " v" }
You can’t perform that action at this time.
0 commit comments