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?
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 -> ✅
alright :)
sorry, I didn't see this message somehow
have you tried the latest version of clj-kondo released in february?