diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-09-26 14:05:03 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-09-26 14:05:03 +0300 |
| commit | ea8dea2dd173c2e899640acae7d27e7e95b585f7 (patch) | |
| tree | f4894e9e89f88549aa7cde0b242431ecd6753450 /resources/clj-kondo/config.edn | |
| parent | 0392db96028d0b0a371396444d002eed15719771 (diff) | |
Improve clj-kondo hooks.
Diffstat (limited to 'resources/clj-kondo/config.edn')
| -rw-r--r-- | resources/clj-kondo/config.edn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/resources/clj-kondo/config.edn b/resources/clj-kondo/config.edn index 813976f..1a76557 100644 --- a/resources/clj-kondo/config.edn +++ b/resources/clj-kondo/config.edn @@ -1,2 +1,5 @@ -{:hooks {:analyze-call {dompa.templates/$ hooks.dompa/$}} - :linters {:dompa.templates/$-arg-validation {:level :warning}}}
\ No newline at end of file +{:hooks {:analyze-call {dompa.templates/$ hooks.dompa/$ + dompa.templates/defhtml hooks.dompa/defhtml}} + :linters {:dompa.templates/$-arg-validation {:level :warning} + :dompa.templates/defhtml-arg-validation {:level :warning}} + :lint-as {dompa.templates/defhtml clojure.core/defn}}
\ No newline at end of file |
