cmd/cue: fix spurious errors
Schema validation is sometimes too strict resulting in the
reporting of spurious errors. Disable schema checking for
now.
Note that any errors in the schema will anyway surface when
unified with the data instance.
Fixes #1479
Signed-off-by: Marcel van Lohuizen <mpvl@golang.org>
Change-Id: I2336f8453ee448c80c482e4eb19e0a99fd84d1a0
Signed-off-by: Marcel van Lohuizen <mpvl@golang.org>
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/531263
Reviewed-by: Marcel van Lohuizen <mpvl@gmail.com>
authored by