validator
validator copied to clipboard
Fix excluded_unless.
Value check was happening when the value was present ("if"), not absent ("unless"). Tests were cheated to pass this behavior.
Fixes Or Enhances
Make sure that you've checked the boxes below before you submit PR:
- [x] Tests exist or have been written that cover this particular change.
@go-playground/validator-maintainers