Class method YamlProcessor.new_with_validation_errors
- Moved new structured validations messaging logic into a class method wrapping .new to prevent needing to process the YAML twice. - Should also make it easier for the application to switch over to using structured error messaging by directly using this class methid instead of a regular YamlProcessor.new
Showing
Please register or sign in to comment