You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my testing with a document with a large number of validation failures, the validator does not seem to return all failures at once. If I clear the failures in a given set of messages and re-run it may then return new errors. This cycle may continue and so I may have to run many times to fix all the errors in a document. Is this expected behavior? If so, is there a way to force the validator to keep going until its collected all violations before stopping? I can provide an example but wanted to know if it is working-as-design before I go through the work of providing an example.