Fork me on GitHub
#clj-kondo
<
2021-07-07
>
mkvlr12:07:42

is there a way to make clj-kondo consider the contents of comment forms to identity unused vars?

borkdude14:07:01

@U5H74UNSF By default clj-kondo lints the contents of comment as if it are top level expressions.

borkdude14:07:43

Not sure what would be your desired behavior vs the current behavior

mkvlr14:07:59

that’s what I want

mkvlr14:07:45

@U04V15CAJ ok, fixed by up lsp+kondo upgrade, thanks!

👍 2