Fork me on GitHub
#clj-kondo
<
2019-07-26
>
lread23:07:11

@borkdude and I had an interesting discussion over in #cljdoc about unused destructured keys. It seems they are often used to document the shape of an incoming structure. Because of this, I wonder if it would make sense for clj-kondo to be able to distinguish between unused destructured keys vs the general :unused-binding.