Open tbekolay opened 5 years ago
Yamale is a YAML schema validator. Making and using a YAML schema for .nengobones.yml could address several issues we've made thus far (e.g. #21, #24, #25, #26) and generally be a good option for scaling up this project.
.nengobones.yml
There are also some other Python yaml validators (e.g. pyKwalify), so worth some research to choose the best one if we decide to do this.
Yamale is a YAML schema validator. Making and using a YAML schema for
.nengobones.yml
could address several issues we've made thus far (e.g. #21, #24, #25, #26) and generally be a good option for scaling up this project.