Replies: 1 comment 2 replies
-
|
Hi! I think it should be possible by extending the trait with some iter_errors method that by default returns "once" with "validate" result and connect it with other machinery |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to implement a keyword that implements some custom "linting" checks, but would like to have all the checks that failed reported. It seems like there's currently no way to return multiple errors.
Alternatively, having some mechanism to return multiple
Keywordimplementations would achieve the same thing.Beta Was this translation helpful? Give feedback.
All reactions