Replies: 1 comment 3 replies
-
Hi. Linting is done via clojure-lsp. You can disable linting using clojure-lsp settings, see here: https://clojure-lsp.github.io/clojure-lsp/settings/#diagnostics-linter. @ericdallo, does a user need to set both clj-kondo and clojure-lsp linters to {:linters {:clj-kondo {:level :off}
:unused-public-var {:level :off}}} Do you think it would help to provide an example in the clojure-lsp docs specifically about disabling all linters? @joseneto Instead of disabling linting, if those unresolved symbols are macros, you may want to configure clj-kondo to lint them as a built-in macro. See more information here: https://calva.io/linting. Then you can continue to benefit from linting. Also, if you think something is wrong with the linting, please let us know. |
Beta Was this translation helpful? Give feedback.
-
There is any option where I can disable linter?
This is really annoying most of my files has some unsolved symbols
Beta Was this translation helpful? Give feedback.
All reactions