Skip to content

Commit

Permalink
dev: bump clj-kondo (#211)
Browse files Browse the repository at this point in the history
Also have clj-kondo download config imports to current clj-kondo location
(imports under .clj-kondo).
  • Loading branch information
lread authored Jan 16, 2025
1 parent 604721a commit 681a176
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
:ns-default build}

;; for consistent linting we use a specific version of clj-kondo through the jvm
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2024.11.14"}}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2025.01.16"}}
:override-deps {org.clojure/clojure {:mvn/version "1.12.0"}}
:main-opts ["-m" "clj-kondo.main"]}
:eastwood {:main-opts ["-m" "eastwood.lint" {:exclude-namespaces [cognitect.test-runner]
Expand Down

0 comments on commit 681a176

Please sign in to comment.