Fork me on GitHub
#clj-kondo
<
2023-06-29
>
Alice Zhao18:06:20

How do I use inline macro configuration with hooks? The documentation only shows lint-as in its example (https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#inline-macro-configuration)

borkdude18:06:56

You can't, macro config should go into their own files

👍 2
Alice Zhao18:06:46

Ah, that's a shame.... having to choose between correctly linted macros and duplicate configurations across projects

borkdude18:06:50

you don't have to duplicate your configurations across projects, you just make them part of your library