This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-01
Channels
- # announcements (5)
- # beginners (151)
- # calva (4)
- # cider (32)
- # cljdoc (27)
- # cljsrn (2)
- # clojars (15)
- # clojure (66)
- # clojure-houston (2)
- # clojure-india (1)
- # clojure-italy (3)
- # clojure-uk (7)
- # clojurescript (15)
- # data-science (1)
- # datomic (2)
- # fulcro (6)
- # off-topic (24)
- # pedestal (1)
- # re-frame (20)
- # reagent (3)
- # remote-jobs (4)
- # rewrite-clj (2)
- # shadow-cljs (9)
- # spacemacs (5)
- # tools-deps (4)
- # vim (1)
- # yada (4)
@lee great news, thanks for letting us all know about clj-kondo
being added as an option to the Clojure layer in Spacemacs
To enable it, pull down the latest develop
branch and add this to your .spacemacs
configuration in dotspacemacs/layers
(clojure :variables
clojure-enable-linters 'clj-kondo)
Of course you need to install the clj-kondo
binary to a path that Spacemacs is aware of https://github.com/borkdude/clj-kondo/blob/master/doc/install.md
I just created a pull request to update the Clojure layer documentation for linters. Comments on GitHub most welcome. https://github.com/syl20bnr/spacemacs/pull/12685
❤️ 4