getodk / validate

ODK Validate is a Java application for confirming that a form is valid and compliant with the ODK XForms specification. Contribute and make the world a better place! ✨🔍✨
https://docs.getodk.org/validate/
Other
9 stars 26 forks source link

validate all arguments rather than only if one argument is provided #64

Closed terencehonles closed 5 years ago

terencehonles commented 5 years ago

What has been done to verify that this works as intended?

Ran against valid and invalid forms.

Why is this the best possible solution? Were any other approaches considered?

Rather than start up Java N times, start it up once and validate everything.

Are there any risks to merging this code? If so, what are they?

No

ggalmazor commented 5 years ago

This is great! I'll wait to know if you are going to add any commit before merging. Thanks, @terencehonles!

terencehonles commented 5 years ago

I squashed everything into a single change