Fork me on GitHub
#clj-kondo
<
2020-08-05
>
tjb05:08:05

hey friends! has anyone noticed this error before? i am getting this with a fresh lein luminus template

seancorfield05:08:47

@tjb Presumably because clj-kondo doesn't know what mount/defstate does? (which it won't by default until you tell it that is like a def form)

👍 3
tjb05:08:21

interesting! i wonder why luminus does (mount/defstate ...)

borkdude07:08:19

You probably need {:lint-as {foo.bar/defstate clojure.core/def}} in your config