Fork me on GitHub
#clj-kondo
<
2020-02-22
>
glenjamin22:02:15

Anyone got a good suggestion for how to make kondo handle these functions? https://github.com/ptaoussanis/nippy/#custom-types-v21

glenjamin22:02:23

currently gone with

:unresolved-symbol
{:exclude [(taoensso.nippy/extend-thaw [data-input])
           (taoensso.nippy/extend-freeze [x data-output])]}
which works, but relies on me using those exact names. Ideally I’d want to mark that vector as being an argument vector somehow

borkdude22:02:18

if you leave the vector out it will ignore all unresolved symbols