strictyaml icon indicating copy to clipboard operation
strictyaml copied to clipboard

FEATURE: report all violations and not just the first one

Open kshpytsya opened this issue 8 years ago • 1 comments

(Optionally) provide a way to report all violations, both of strictyaml's extra restrictions and those of schema, and not just the first one. I do realize that this may involve some major code overhaul but the best end user (i.e. the one that writes those yaml files) experience is the ultimate goal, isn't it?

kshpytsya avatar Feb 03 '17 20:02 kshpytsya

It is, yes. However, since I usually work through validation issues one by one just reporting the first error has worked okay for me.

crdoconnor avatar Feb 03 '17 20:02 crdoconnor