Open bakatz opened 5 years ago
Hi @bakatz,
It makes sense to say that making the critical statement less verbose when failFastRule
is enabled.
I will work on this issue and the next release will be available.
Thanks for the feeback, I really appreciate it!
Regards,
It seems strange to require .critical() on each rule when failfast is already enabled - just wanted to file a suggestion to consider changing this design to not require the extra .critical() call
Side note: nice work on this library. This is the best alternative to FluentValidation (.NET library) that I've found for java. Thanks!