adds mu/defn, which behaves like s/defn but for malli schemas (#27303)
* adds mu/defn, which behaves like s/defn but for malli schemas - includes link to malli.io with your schema and type.- making room for some namespaces * require and use malli.destructure in mu/defn * fix require alias * clean ns * fix linter errror * fix linter error again
Showing
- .clj-kondo/config.edn 7 additions, 0 deletions.clj-kondo/config.edn
- modules/drivers/mongo/test/metabase/driver/mongo_test.clj 2 additions, 2 deletionsmodules/drivers/mongo/test/metabase/driver/mongo_test.clj
- modules/drivers/mongo/test/metabase/test/data/mongo.clj 2 additions, 2 deletionsmodules/drivers/mongo/test/metabase/test/data/mongo.clj
- src/metabase/util/malli.clj 74 additions, 0 deletionssrc/metabase/util/malli.clj
- test/metabase/util/malli_test.clj 25 additions, 0 deletionstest/metabase/util/malli_test.clj
src/metabase/util/malli.clj
0 → 100644
test/metabase/util/malli_test.clj
0 → 100644
Please register or sign in to comment