6 Commits
Author SHA1 Message Date
gVisor bot 720a522c29 Internal change.
PiperOrigin-RevId: 527062576
2023-04-25 13:44:27 -07:00
Adin ScannellandgVisor bot 1ceb814544 Add default_applicable_licenses rules to packages.
PiperOrigin-RevId: 513581243
2023-03-02 10:50:04 -08:00
Liam Miller-CushonandgVisor bot 413330510c Internal change.
PiperOrigin-RevId: 488486099
2022-11-14 15:35:21 -08:00
Kevin KrakauerandgVisor bot d8aa09e04c convert uses of interface{} to any
Done via:
  find . -name "*.go" | xargs sed -i -E 's/interface\{\}/any/g'

PiperOrigin-RevId: 487033228
2022-11-08 13:14:06 -08:00
Etienne PerotandgVisor bot a6fbca2eec yaml_test: Add argument to allow non-strict YAML decoding.
PiperOrigin-RevId: 450576605
2022-05-23 19:11:14 -07:00
Adin ScannellandgVisor bot 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