We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f47af commit 5feebdbCopy full SHA for 5feebdb
.clj-kondo/config.edn
@@ -3,7 +3,8 @@
3
(cider.nrepl.middleware.util.instrument/with-break)
4
(cider.nrepl.middleware.util.instrument/instrument-special-form)
5
(cider.nrepl.middleware.util.instrument/instrument-coll)
6
- (cider.nrepl.print-method/def-print-method)]}
+ (cider.nrepl.print-method/def-print-method)
7
+ (cider.nrepl.middleware.out/with-out-binding)]}
8
:unused-import {:level :off}
9
:unresolved-namespace {:exclude [clojure.main]}}
10
:output {:progress true
0 commit comments