CMSgov / hpt-validator-cli

CLI for validating CMS Hospital Price Transparency machine-readable files
Other
5 stars 4 forks source link

Add option for error limit #6

Closed mint-thompson closed 7 months ago

mint-thompson commented 7 months ago

Default error limit is 1000. Having an error limit helps avoid cases where the user's system runs out of memory.

The error limit must be a number. Limits of 0 or less are treated by the validator core as unlimited.