This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-07
Channels
- # adventofcode (62)
- # babashka (88)
- # beginners (52)
- # boot (2)
- # bristol-clojurians (1)
- # calva (7)
- # cider (16)
- # circleci (4)
- # clj-kondo (12)
- # cljdoc (5)
- # cljsrn (4)
- # clojure (53)
- # clojure-dev (1)
- # clojure-spec (7)
- # clojure-uk (7)
- # clojurescript (25)
- # core-async (14)
- # duct (1)
- # emacs (10)
- # figwheel-main (3)
- # fulcro (11)
- # garden (14)
- # jobs (1)
- # klipse (2)
- # luminus (1)
- # malli (9)
- # re-frame (6)
- # reagent (13)
- # remote-jobs (1)
- # shadow-cljs (124)
- # sql (1)
- # testing (15)
- # tools-deps (13)
- # uncomplicate (1)
- # vim (1)
Thanks I forgot to run that part of the setup
I’m enjoying Kondo so far 🙂
Hi all
I use this config:
(use-package clojure-mode
:ensure t
:config
(require 'flycheck-joker)
;; (require 'flycheck-clj-kondo)
(dolist (checker '(clj-kondo-clj clj-kondo-cljs clj-kondo-cljc clj-kondo-edn))
(setq flycheck-checkers (cons checker (delq checker flycheck-checkers))))
(dolist (checkers '((clj-kondo-clj . clojure-joker)
(clj-kondo-cljs . clojurescript-joker)
(clj-kondo-cljc . clojure-joker)
(clj-kondo-edn . edn-joker)))
(flycheck-add-next-checker (car checkers) (cons 'error (cdr checkers)))))
And get this warning:
> Error (use-package): clojure-mode/:config: clj-kondo-clj is not a valid syntax checkerHow to fix?
No doesn’t change the outcome…
Same error messages with or without
And I’ve added clj-kondo to additional packages like this:
dotspacemacs-additional-packages
'(
flycheck-joker
flycheck-clj-kondo
)
is this spacemacs? probably better ask in #spacemacs, they're very helpful there and they know it better than I do
Ok I will thanks!
yes spacemacs