Fork me on GitHub
#clj-kondo
<
2021-04-27
>
jay04:04:59

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

borkdude07:04:02

@jay954 No. For automatically fixing stuff, I can recommend you take a look at #lsp

clojure-lsp 6
🚀 6
jay16:04:59

thank you! will check it out :thumbsup:

papachan13:04:39

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?