gvisor/tools/yamltest
Adin Scannell 2a5d3c248f Add YAML validation for configuration files.
For validation, the "on" key in existing YAML files is changed to a literal
string. In the YAML spec, on is a keyword which encodes a boolean value, so
without relying on a specific implementation the YAML files are technically
not encoding an object that complies with the specification.

PiperOrigin-RevId: 350172147
2021-01-05 10:43:04 -08:00
..
BUILD Add YAML validation for configuration files. 2021-01-05 10:43:04 -08:00
defs.bzl Add YAML validation for configuration files. 2021-01-05 10:43:04 -08:00
main.go Add YAML validation for configuration files. 2021-01-05 10:43:04 -08:00