Fork me on GitHub
#calva
<
2019-11-13
>
grierson16:11:29

How do I get clj-kondo to ignore midje symbols? As midje uses :use instead of :require clj-kondo can't resolve the symbols.

borkdude16:11:11

Do you have to use use?

grierson16:11:47

No :man-facepalming:. I was just following the documenation from midje. Just used required and it worked. Thank you.

borkdude16:11:23

No problem 🙂

borkdude16:11:45

If you will lint your classpath (including midje) clj-kondo will tell you how to replace your :use with the vars you were using from it