Fork me on GitHub
#clj-kondo
<
2023-06-28
>
pez15:06:54

I am using Garden and can’t get garden.unit/<some-unit> to lint cleanly. The units are defined with garden.unit/defunit and linting that as clojure.core/def doesn’t make a difference for my usage of the units. Is it supposed to work? Am I holding it wrong?

borkdude16:06:08

linting as should work, but you should re-analyze the dependency

pez16:06:30

Thanks! It worked to delete the kondo cache.

pez16:06:24

I probably should PR some clj-kondo config to Garden…

borkdude16:06:13

Or the author can add an inline config to the code. He specifically asked for this feature since he doesn't like config files and it's now in clj-kondo but I haven't heard back from noprompt. It was supposed to support meander as well

👀 1
pez16:06:39

Ah. What’s not to like about config files? 😃

borkdude16:06:27

I don't have a problem with them