Fork me on GitHub
#clj-kondo
<
2021-01-29
>
borkdude10:01:11

Merged support for the core.match/match macro to master now. https://github.com/clj-kondo/clj-kondo/issues/496 Give it a try if you're using this lib.

dharrigan10:01:52

@borkdude I can have a stab at 1149. Feel free to ping me as a DM 🙂 I may have a bit of time over the weekend.

borkdude10:01:52

Sure! The relevant section is here: https://github.com/clj-kondo/clj-kondo/blob/fe45dd7710483965f703a01b52cef8ac6977748e/src/clj_kondo/impl/linters.clj#L481 All used bindings are available there. So when there is a binding that is used and starts with an underscore, a warning should be emitted.

borkdude10:01:53

Let me know if you have any questions.

dharrigan14:01:35

Right, have a test and it's failing, which means I know where to make it work 🙂