Why Nostr? What is Njump?
2024-07-27 09:24:29

(λ. borkdude) on Nostr: I've worked on and off on a feature in clj-kondo to detect that macro is used as a ...

I've worked on and off on a feature in clj-kondo to detect that macro is used as a value (which is reported by the compiler as an error normally). I'm curious if users will find false positives. If you can please test it on your Clojure project like this:

```
$ clj -Sdeps '{:deps {clj-kondo/clj-kondo {:git/sha "96344bd32257afdebf19ee634999c397000c1aa0" :git/url "https://github.com/clj-kondo/clj-kondo";}}}
' -M -m clj-kondo.main --lint src
```

A simple example:

```
[let]
```

#clojure #cljKondo
Author Public Key
npub1cnhcxst0q7f90afepa74tfj7dpx3kjvdr9hquudm3wgwyx5zpcrst0el5k