Skip to content

Commit 183c94b

Browse files
vemvbbatsov
authored andcommitted
Bump linters
1 parent 760f1ba commit 183c94b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,18 @@
129129
:test-ns-regex [#"^((?!debug-integration-test).)*$$"]}}]
130130

131131
:cljfmt [:test
132-
{:plugins [[lein-cljfmt "0.7.0"]]
132+
{:plugins [[lein-cljfmt "0.8.0"]]
133133
:cljfmt {:indents {as-> [[:inner 0]]
134134
delay [[:inner 0]]
135135
with-debug-bindings [[:inner 0]]
136136
merge-meta [[:inner 0]]
137137
try-if-let [[:block 1]]}}}]
138138

139139
:clj-kondo [:test
140-
{:dependencies [[clj-kondo "2021.03.31"]]}]
140+
{:dependencies [[clj-kondo "2021.08.06"]]}]
141141

142142
:eastwood [:test
143-
{:plugins [[jonase/eastwood "0.9.2"]]
143+
{:plugins [[jonase/eastwood "0.9.6"]]
144144
:eastwood {:config-files ["eastwood.clj"]
145145
:exclude-namespaces [cider.nrepl.middleware.test-filter-tests]
146146
:ignored-faults {:unused-ret-vals-in-try {cider.nrepl.middleware.profile-test [{:line 25}]}

src/cider/nrepl/middleware/debug.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
;;; - the keyword :expression, in which case a single sexp must be
5151
;;; returned (as a string).
5252

53-
5453
;;;; ## Internal breakpoint logic
5554
;;;
5655
;;; Variables and functions used for navigating between breakpoints.

src/cider/nrepl/middleware/test.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
;; Whenever a var's tests are run, their previous results are overwritten, so
3232
;; the session always holds the most recent test result for each var.
3333

34-
3534
;;; ## Test Results
3635
;;
3736
;; `clojure.test` allows extensible test reporting by rebinding the `report`

0 commit comments

Comments
 (0)