diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-09-24 16:47:18 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-09-24 16:47:18 +0300 |
| commit | b94e6243d0f557a2221e3369605933de5c98de74 (patch) | |
| tree | c5af975e7a3bb45cc3dd1aac381c479089cc73ca /resources/clj-kondo/config.edn | |
| parent | afbb8d284349c46f8c5cd999e21f95c62572fda9 (diff) | |
Fix issue where one could not use ints or longs in the $ macro, and add clj-kondo hook for better validation.
Diffstat (limited to 'resources/clj-kondo/config.edn')
| -rw-r--r-- | resources/clj-kondo/config.edn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/clj-kondo/config.edn b/resources/clj-kondo/config.edn new file mode 100644 index 0000000..fa8d235 --- /dev/null +++ b/resources/clj-kondo/config.edn @@ -0,0 +1,2 @@ +{:hooks {:analyze-call {dompa.utils/$ hooks.dompa/$}} + :linters {:dompa.utils/$-arg-validation {:level :warning}}}
\ No newline at end of file |
