Skip to content

Commit 01ad3e8

Browse files
committed
Proper namespace for clj-kondo hooks
1 parent 1675013 commit 01ad3e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/clj-kondo.exports/functionalbytes/redelay/config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:hooks
2-
{:macroexpand {redelay.core/state core/state}}
2+
{:macroexpand {redelay.core/state redelay.core/state}}
33

44
:config-in-call
55
{redelay.core/state
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(ns core)
1+
(ns redelay.core)
22

33
(defmacro state [& exprs]
44
(reduce #(conj %1 (cond-> %2 (= (last %1) :name) str)) [] exprs))

0 commit comments

Comments
 (0)