Skip to content

Commit

Permalink
dev: bump clj-kondo (#328)
Browse files Browse the repository at this point in the history
Who can resist a kondo bump?

Also had clj-kondo download lib imports to its now preferred location under
./clj-kondo/imports.
  • Loading branch information
lread authored Jan 16, 2025
1 parent 5ad4820 commit e0bdbd2
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions .clj-kondo/imports/rewrite-clj/rewrite-clj/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{:lint-as
{rewrite-clj.zip/subedit-> clojure.core/->
rewrite-clj.zip/subedit->> clojure.core/->>
rewrite-clj.zip/edit-> clojure.core/->
rewrite-clj.zip/edit->> clojure.core/->>}}
File renamed without changes.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
;;
:lint-cache {:replace-paths ["src"]} ;; when building classpath we want to exclude resources
;; so we do not pick up our own clj-kondo config exports
: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"]}

Expand Down

0 comments on commit e0bdbd2

Please sign in to comment.