Fork me on GitHub
#clj-kondo
<
2021-05-21
>
Jakob Durstberger10:05:40

I am using calva in VS Code and after looking at the docs I thought the following would suppress the warning. Any idea what I am doing wrong?

borkdude10:05:37

@jakob.durstberger The warning you are seeing here is about an unused var? This is not a linter by clj-kondo, but by clojure-lsp

Jakob Durstberger10:05:16

Yeah “unused public var”. Ah I’ll have a look at clojure-lsp docs then 😄