This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-25
Channels
- # announcements (66)
- # aws (1)
- # beginners (60)
- # boot (6)
- # calva (80)
- # cider (3)
- # clj-kondo (14)
- # cljdoc (4)
- # cljs-dev (27)
- # clojure (65)
- # clojure-dev (24)
- # clojure-europe (13)
- # clojure-gamedev (3)
- # clojure-italy (3)
- # clojure-nl (21)
- # clojure-uk (35)
- # clojurescript (98)
- # cursive (25)
- # data-science (3)
- # datomic (10)
- # dirac (16)
- # duct (2)
- # events (2)
- # fulcro (39)
- # jobs-discuss (1)
- # malli (2)
- # other-languages (1)
- # pedestal (26)
- # re-frame (61)
- # reagent (1)
- # reitit (7)
- # shadow-cljs (230)
- # specter (1)
- # tools-deps (29)
- # vim (1)
- # yada (4)
@filipematossilva added the docs about npm: https://github.com/borkdude/clj-kondo/blob/master/doc/install.md#npm-linux-macos-windows
sweet 😄
regarding clj-kondo + clojure-lsp, that sounds just perfect
tooling is a super hot topic right now, having all the nice stuff in only a few places is super important
This as well:
(ns calva-test
(:require [cljs.test :refer [is]]))
(defn foo [] (:test (fn [] (is 1))))
So I'll need more info from you. Can you try to lint the file from the command line and if the problem persists, make an issue?I’m happy to make an issue. Just wanted to see if it was on your radar already. Will try from the command line.
it's not on my radar yet, since I need more information, e.g. what message you are seeing 😉
^ @pez you're running a pretty old version of clj-kondo there. could you first try to upgrade? meanwhile I'll look at your example
I think this is a duplicate of: https://github.com/borkdude/clj-kondo/issues/526
so I answered in the issue. I found one new bug, which will be solved with high priority: https://github.com/borkdude/clj-kondo/issues/550