CSenshi / Validator

Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator
https://pypi.org/project/validator/
MIT License
46 stars 23 forks source link

Fix empty rule problem #43

Closed iko1133 closed 4 years ago

iko1133 commented 4 years ago

From #30 1) Figured, that if rules contain key(s) that's not in the request, the error should occur 2) Fixed this problem