CMSgov / price-transparency-guide-validator

Validation tool to check output files required by the price-transparency-guide
Apache License 2.0
29 stars 13 forks source link

Exit with code 1 on error #62

Closed mint-thompson closed 2 years ago

mint-thompson commented 2 years ago

Addresses #55

When a file successfully validates against the specified schema, exit with code 0. In all other cases, exit with code 1. This includes validation failures, incorrect schema version tags, invalid paths to data files, and docker errors.