Does clj-kondo support auto-fixing all the warnings? I wasn’t able to find anything around that in the docs, so just wanted to make sure
@jay954 No. For automatically fixing stuff, I can recommend you take a look at #lsp
To allow a foo macro with clj-kondo lint do i have to macroexpand the macro at the beginning of the namespace every time? if there have many macro to register under clj-kondo what would be the steps to follow?
Oh just found how state-flow manage their macros with clj-kondo exports https://github.com/nubank/state-flow/blob/master/resources/clj-kondo.exports/nubank/state-flow/config.edn
thank you! will check it out :thumbsup: