Skip to content

Commit b4b8d4b

Browse files
committed
Upgrade linters
1 parent 311285b commit b4b8d4b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ eastwood:
1717
lein with-profile +$(VERSION),+eastwood,$(TEST_PROFILES) eastwood
1818

1919
cljfmt:
20-
lein with-profile +$(VERSION),+cljfmt cljfmt check
20+
lein with-profile +$(VERSION),+cljfmt cljfmt fix
2121

2222
kondo:
2323
lein with-profile -dev,+clj-kondo run -m clj-kondo.main --lint src test

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,16 @@
121121
(pjstadig.humane-test-output/activate!)]
122122
:test-refresh {:changes-only true}}
123123

124-
:cljfmt {:plugins [[lein-cljfmt "0.6.4"]]
124+
:cljfmt {:plugins [[lein-cljfmt "0.8.0"]]
125125
:cljfmt {:indents {as-> [[:inner 0]]
126126
with-debug-bindings [[:inner 0]]
127127
merge-meta [[:inner 0]]
128128
letfn [[:block 1] [:inner 2]]}}}
129129

130130
:clj-kondo [:test
131-
{:dependencies [[clj-kondo "2021.03.31"]]}]
131+
{:dependencies [[clj-kondo "2021.09.15"]]}]
132132

133-
:eastwood {:plugins [[jonase/eastwood "0.9.6"]]
133+
:eastwood {:plugins [[jonase/eastwood "0.9.9"]]
134134
:eastwood {:exclude-namespaces [~(if jdk8?
135135
'orchard.java.parser
136136
'orchard.java.legacy-parser)]}}})

src/orchard/spec.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
;; clojure version ;;
2121
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2222

23-
2423
(defn get-spec [v] (spec "get-spec" v))
2524

2625
(defn describe [s] (spec "describe" s))

0 commit comments

Comments
 (0)