This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
wash validate should ensure that every node in an entry's schema's been validated #728
Labels
enhancement
New feature or request
Given something like
wash validate
should ensure that at least one instance ofbolt
,group
,target
, andfs
have been validated (but only if an entry's schema has been provided). The current code doesn't do that because it randomly selects the child it will recurse into. So, if it happens to select agroup
instance that has no children, thenwash validate
will fail to validate atarget
andfs
instance.The text was updated successfully, but these errors were encountered: