23andMe / Yamale

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

#236 Hard fail on undefined includes #247

Closed cblakkan closed 3 months ago

cblakkan commented 3 months ago

When an undefined include() is used inside any special validator that allows one of N types to be valid (e.g. map(), any()) -- no error is raised when the schema is valid despite the include being undefined and wrong.