This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-12
Channels
- # announcements (4)
- # babashka (93)
- # beginners (43)
- # calva (56)
- # cherry (4)
- # clerk (58)
- # clj-otel (4)
- # cljs-dev (1)
- # clojure (31)
- # clojure-conj (1)
- # clojure-dev (30)
- # clojure-europe (88)
- # clojure-india (2)
- # clojure-italy (3)
- # clojure-nl (1)
- # clojure-norway (17)
- # clojure-uk (2)
- # clojurescript (5)
- # clr (13)
- # conjure (2)
- # cursive (4)
- # data-science (4)
- # datalevin (1)
- # fulcro (3)
- # gratitude (7)
- # hyperfiddle (27)
- # kaocha (3)
- # lsp (9)
- # malli (6)
- # nbb (1)
- # off-topic (41)
- # pedestal (2)
- # practicalli (1)
- # rdf (3)
- # re-frame (3)
- # reitit (10)
- # releases (1)
- # shadow-cljs (8)
- # testing (3)
- # vim (2)
- # xtdb (7)
Hey team, noob question: is there a way I can call the clj-kondo that clojure-lsp uses directly? I want to be able to run clj-kondo --lint
in the command line for a bug report, and thought this would be handy.
@U0C5DE6RK a bug report for who?
if it's for clj-kondo then I recommend just running clj-kondo and not via an upstream tool
Fair, I'll go ahead and install the binary. Thanks for the quick comment @U04V15CAJ!
@U0C5DE6RK I think I found the issue in your code:
:clj-kondo/lint-as 'clojure.core/let
you had clojure.core.let
but this should be a fully qualified symbol