From d654135ffebe935317a1f946c123bd25e4fb6aa3 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Thu, 9 Oct 2025 22:05:47 +0300 Subject: Do away with the $ macro for runtime-agnostic purposes --- resources/clj-kondo/config.edn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources/clj-kondo/config.edn') diff --git a/resources/clj-kondo/config.edn b/resources/clj-kondo/config.edn index 8ee11e4..e6b8708 100644 --- a/resources/clj-kondo/config.edn +++ b/resources/clj-kondo/config.edn @@ -1,5 +1,5 @@ {:hooks {:analyze-call {dompa.nodes/$ hooks.dompa/$ - dompa.nodes.shared/defhtml hooks.dompa/defhtml}} + dompa.nodes/defhtml hooks.dompa/defhtml}} :linters {:dompa.nodes/$-arg-validation {:level :warning} - :dompa.nodes.shared/defhtml-arg-validation {:level :warning}} - :lint-as {dompa.nodes.shared/defhtml clojure.core/defn}} + :dompa.nodes/defhtml-arg-validation {:level :warning}} + :lint-as {dompa.nodes/defhtml clojure.core/defn}} -- cgit v1.2.3