cursive

2026-01-23T12:10:25.204639Z

Hi folks... question about clj-kondo. in intellij/cursive I have the following source:

(try
    (let []
      42)
    (let [;; Parse JSON string to Java object
          json-obj (JsonUtils/fromString json-str)
-- i've just thrown that redundant let in to hopefully trigger clj-kondo. it's not highlighting, or being raised on "problems" in my IDE. Does cursive use a subset of the clj-kondo rules? What might be happening, please?

onetom 2026-01-25T15:08:58.120969Z

no, cursive is using its own linting rules, but also combines it with clj-kondo's linting result, if you enabled clj-kondo in the settings (somewhere)