Skip to content

Commit

Permalink
lint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jul 22, 2024
1 parent ea5fdd6 commit 34b6601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:test {:extra-paths ["src/test/clojure"]}

;; clj -M:lint
:lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version "2023.12.15"}}
:lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version "2024.05.24"}}
:main-opts ["-m" "clj-kondo.main" "--lint" "src/main/clojure" "--lint" "src/test/clojure"]}

;; clj -M:cve
Expand Down

0 comments on commit 34b6601

Please sign in to comment.