clj-kondo

lassemaatta 2025-02-28T06:12:16.611449Z

We have (.. too many) macros with corresponding custom clj-kondo hooks in our code. We use metadata in the hooks to apply :clj-kondo/ignore when necessary (similar to how it's described in the hooks documentation). It seems this metadata is now being ignored. Is this perhaps something related to https://github.com/clj-kondo/clj-kondo/issues/2490?

✅ 2
lassemaatta 2025-03-10T09:35:52.173379Z

I did a bit of binary search with the versions; the issue only happens with v2025.01.16. For example both v2024.09.27 and v2025.02.20 work fine ->

borkdude 2025-03-10T09:36:52.102929Z

alright :)

borkdude 2025-03-05T16:24:31.524899Z

sorry, I didn't see this message somehow

borkdude 2025-03-05T16:25:03.148689Z

have you tried the latest version of clj-kondo released in february?