just started working on a project using carmine (https://github.com/ptaoussanis/carmine) and found that it defines nearly all it’s commands dynamically via a macro which reads from an edn file https://github.com/ptaoussanis/carmine/blob/master/src/taoensso/carmine.clj#L205 I think to get clj-kondo to recognise this it’d need a hook defined which essentially uses the same mechanism?
yes, are you running into problems using the unresolved var linter? you can just ignore this entire namespace
yes that’s the issue. Cool, I’ll just take that route for now
{:linters {:unresolved-var {:exclude [taoensso.carmine]}}}