Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ignored fields matching logic (#29)
* Update ignored fields matching logic to be agnostic of colons contained in field names * Update ignored fields matching logic to only match (and ignore) errors where the ignored field appears at the end of the error string * Use Compile instead of MustCompile when testing the ignored fields regexp to avoid panic and instead return error to the user
- Loading branch information