Fork me on GitHub
#clj-kondo
<
2019-10-25
>
Filipe Silva15:10:08

sweet 😄

Filipe Silva15:10:23

regarding clj-kondo + clojure-lsp, that sounds just perfect

Filipe Silva15:10:56

tooling is a super hot topic right now, having all the nice stuff in only a few places is super important

pez19:10:09

Is this reported?

borkdude20:10:42

@pez for me this works:

(ns calva-test
  (:require [cljs.test :refer [is]]))

(is 1)

borkdude20:10:48

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?

pez20:10:12

I’m happy to make an issue. Just wanted to see if it was on your radar already. Will try from the command line.

borkdude20:10:41

it's not on my radar yet, since I need more information, e.g. what message you are seeing 😉

borkdude20:10:36

but I'm getting curious

borkdude20:10:59

^ @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

borkdude21:10:30

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