summaryrefslogtreecommitdiff
path: root/resources/clj-kondo/config.edn
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-09-25 21:39:10 +0300
committerAsko Nõmm <asko@nmm.ee>2025-09-25 21:39:10 +0300
commitcf55a6a6688c54527a3d27a8d6027858ced99257 (patch)
tree482723e4e51bbd02563ebd9bd6630c87ff36b2a4 /resources/clj-kondo/config.edn
parent3714b9c97609adc2b48b66c293259a0b5c3eddf6 (diff)
Rename utils to templates, as it is more appropriate.
Diffstat (limited to 'resources/clj-kondo/config.edn')
-rw-r--r--resources/clj-kondo/config.edn4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/clj-kondo/config.edn b/resources/clj-kondo/config.edn
index fa8d235..813976f 100644
--- a/resources/clj-kondo/config.edn
+++ b/resources/clj-kondo/config.edn
@@ -1,2 +1,2 @@
-{:hooks {:analyze-call {dompa.utils/$ hooks.dompa/$}}
- :linters {:dompa.utils/$-arg-validation {:level :warning}}} \ No newline at end of file
+{:hooks {:analyze-call {dompa.templates/$ hooks.dompa/$}}
+ :linters {:dompa.templates/$-arg-validation {:level :warning}}} \ No newline at end of file