The following formatting is enforced: - Consistent identation of 2 spaces - Keys are sorted by order of struct fields - Lists are sorted by struct-dependent keys - Comments are stripped I had hopes of using yaml.Node to preserve comments, but found no obvious way to marshal from struct to Node, meaning all data manipulation had to be done against Nodes. This loses us all of the benefits of using a struct: types, known fields, field order. Given that there aren't many comments in sigs.yaml to begin with, I'm erring on the side of dropping support for them. |
||
|---|---|---|
| .. | ||
| .spelling_failures | ||
| OWNERS | ||
| tools.go | ||
| verify-generated-docs.sh | ||
| verify-spelling.sh | ||
| verify.sh | ||