23andMe / Yamale

A schema and validator for YAML.
MIT License
666 stars 88 forks source link

feat: support multiple paths in yamale #251

Open thiagowfx opened 1 month ago

thiagowfx commented 1 month ago

Currently only one path is supported.

Closes #250

thiagowfx commented 1 month ago

Disclaimer: Not tested. I wanted to create the PR first to rely on the CI checks for it.

thiagowfx commented 1 month ago

I expect the tests to fail, as they are calling _router with a string instead of a list. Do not submit yet. Will update them.