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?
@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
Yeah “unused public var”. Ah I’ll have a look at clojure-lsp docs then 😄
See https://clojure-lsp.github.io/clojure-lsp/settings/#clojure-lsp
Thank you