malli

2025-09-29T11:31:18.109539Z

Hello, [SOLVED] I followed the instructions on https://github.com/metosin/malli/blob/master/docs/clojurescript-function-instrumentation.md#dev-setup. The clj-kondo config is generated for the functions I create with mx/defn but they do not throw errors when called with parameters that should be invalid. Am I missing some configuration?

2025-09-29T12:37:25.339949Z

I was testing this calling the function just after defining it and I think the instrumentation was not activated at that point. Calling the function with invalid parameters after the instrumentation works as expected.

🙌 1