clj-kondo

https://github.com/clj-kondo/clj-kondo
Jakob Durstberger 2021-05-21T10:31:40.040300Z

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?

borkdude 2021-05-21T10:35:37.041Z

@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 Durstberger 2021-05-21T10:36:16.041400Z

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

Jakob Durstberger 2021-05-21T10:39:17.041900Z

Thank you