Skip to content

Commit f45869b

Browse files
[ci] Update linters
1 parent 9705b39 commit f45869b

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

project.clj

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
:url "http://www.eclipse.org/legal/epl-v10.html"}
1515
:scm {:name "git" :url "https://github.com/clojure-emacs/orchard"}
1616

17-
:release-tasks [["vcs" "assert-committed"]
18-
["bump-version" "release"]
19-
["vcs" "commit" "Release %s"]
20-
["vcs" "tag" "v" "--no-sign"]
21-
["bump-version"]
22-
["vcs" "commit" "Begin %s"]]
23-
2417
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
2518
:username :env/clojars_username
2619
:password :env/clojars_password
@@ -58,9 +51,9 @@
5851
;; Development tools
5952
:dev ~dev-test-common-profile
6053

61-
:cljfmt {:plugins [[lein-cljfmt "0.9.2"]]
62-
:cljfmt {:indents {merge-meta [[:inner 0]]}}}
54+
:cljfmt {:plugins [[dev.weavejester/lein-cljfmt "0.13.1"]]
55+
:cljfmt {:extra-indents {merge-meta [[:inner 0]]}}}
6356

64-
:clj-kondo {:plugins [[com.github.clj-kondo/lein-clj-kondo "2024.11.14"]]}
57+
:clj-kondo {:plugins [[com.github.clj-kondo/lein-clj-kondo "2025.04.07"]]}
6558

6659
:eastwood {:plugins [[jonase/eastwood "1.4.3"]]}})

0 commit comments

Comments
 (0)