File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
src/cider/nrepl/middleware Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 129
129
:test-ns-regex [#"^((?!debug-integration-test).)*$$" ]}}]
130
130
131
131
:cljfmt [:test
132
- {:plugins [[lein-cljfmt " 0.7 .0" ]]
132
+ {:plugins [[lein-cljfmt " 0.8 .0" ]]
133
133
:cljfmt {:indents {as-> [[:inner 0 ]]
134
134
delay [[:inner 0 ]]
135
135
with-debug-bindings [[:inner 0 ]]
136
136
merge-meta [[:inner 0 ]]
137
137
try-if-let [[:block 1 ]]}}}]
138
138
139
139
:clj-kondo [:test
140
- {:dependencies [[clj-kondo " 2021.03.31 " ]]}]
140
+ {:dependencies [[clj-kondo " 2021.08.06 " ]]}]
141
141
142
142
:eastwood [:test
143
- {:plugins [[jonase/eastwood " 0.9.2 " ]]
143
+ {:plugins [[jonase/eastwood " 0.9.6 " ]]
144
144
:eastwood {:config-files [" eastwood.clj" ]
145
145
:exclude-namespaces [cider.nrepl.middleware.test-filter-tests]
146
146
:ignored-faults {:unused-ret-vals-in-try {cider.nrepl.middleware.profile-test [{:line 25 }]}
Original file line number Diff line number Diff line change 50
50
; ;; - the keyword :expression, in which case a single sexp must be
51
51
; ;; returned (as a string).
52
52
53
-
54
53
; ;;; ## Internal breakpoint logic
55
54
; ;;
56
55
; ;; Variables and functions used for navigating between breakpoints.
Original file line number Diff line number Diff line change 31
31
; ; Whenever a var's tests are run, their previous results are overwritten, so
32
32
; ; the session always holds the most recent test result for each var.
33
33
34
-
35
34
; ;; ## Test Results
36
35
; ;
37
36
; ; `clojure.test` allows extensible test reporting by rebinding the `report`
You can’t perform that action at this time.
0 commit comments