Fork me on GitHub
#malli
<
2024-01-29
>
senior21:01:23

I've noticed that using https://github.com/metosin/malli/blob/master/src/malli/dev.clj#L39 calls emit! which will cause https://github.com/metosin/malli#clj-kondo to be updated for functions in my code that I have attached a schema to. That results in quite a bit of churn in .clj-kondo/metosin/malli-types-clj/config.edn. The clj-kondo folks recommend https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#importing the config, but it can be pretty distracting when it changes frequently (i.e. whenever a new function is added/changed). Is there an easy way to prevent that churn? Or do most people just put malli-types-clj in their .gitignore?