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?
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.