This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-12
Channels
- # announcements (19)
- # babashka (33)
- # beginners (96)
- # bitcoin (6)
- # cider (11)
- # circleci (5)
- # clj-kondo (22)
- # cljs-dev (4)
- # cljsjs (2)
- # clojure (65)
- # clojure-australia (9)
- # clojure-berlin (1)
- # clojure-europe (53)
- # clojure-italy (2)
- # clojure-nl (2)
- # clojure-uk (42)
- # clojurescript (9)
- # conjure (1)
- # cursive (33)
- # data-oriented-programming (1)
- # data-science (6)
- # datomic (12)
- # emacs (12)
- # fulcro (7)
- # graphql (4)
- # honeysql (5)
- # jobs (2)
- # juxt (8)
- # lsp (30)
- # malli (9)
- # off-topic (9)
- # other-languages (1)
- # re-frame (17)
- # reagent (11)
- # reitit (5)
- # releases (2)
- # remote-jobs (3)
- # shadow-cljs (39)
- # spacemacs (6)
- # sql (2)
- # testing (3)
- # tools-deps (43)
- # vim (5)
- # xtdb (11)
I’m trying to install flycheck-clj-kondo in spacemacs like so:
M-x package-install flycheck-clj-kondo
but I’m not seeing the flycheck-clj-kondo listed in melpa packages
I do have the following in user-config
(require ’package) (add-to-list ‘package-archives ’(“melpa” . “https://melpa.org/packages/”) t) (package-initialize)
I mean I have it installed with brew
want to use in spacemacs
Does anyone here run clj-kondo on linux 5.10 (5.10.22_1 specifically)? After updating from 5.9, the clj-kondo linux binaries will segfault when passing --lint
flag.
i installed it using load-file etc.
But I don’t think it’s working
(defn foo [a b] 1)
(foo)
doesn’t give me a warningThe dynamic one should work. Make sure you remove the static one, so you are not accidentally using it
damn, you're right. I forgot to add ./
when testing the not static. Thanks for your help [=
Can someone using Cursive review this PR? https://github.com/clj-kondo/clj-kondo/pull/1214