Merge pull request #7810 from mattfarina/fix-7728

Fixing validation issue
pull/7840/head
Matt Farina 6 years ago committed by GitHub
commit e0604b9306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -208,7 +208,6 @@ func (c *Client) Validate(namespace string, reader io.Reader) error {
DefaultNamespace().
// Schema(c.validator()). // No schema validation
Stream(reader, "").
Latest().
Flatten().
Do().Infos()
return scrubValidationError(err)

Loading…
Cancel
Save