community/hack
Aaron Crickenberger 89cde82503 Update generator to reformat sigs.yaml
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.
2019-05-03 11:20:04 -07:00
..
.spelling_failures adding historical notes for 2014 contributor summit 2018-11-28 21:03:44 -08:00
OWNERS Updated OWNERS files to include link to docs 2019-01-30 19:37:21 +01:00
tools.go Add tools file so that tools are vendored 2019-03-20 16:03:56 -07:00
verify-generated-docs.sh Update generator to reformat sigs.yaml 2019-05-03 11:20:04 -07:00
verify-spelling.sh fix verify-spelling.sh scripts 2018-03-06 11:32:31 +08:00
verify.sh Allow multiple steps in the verify job 2018-03-05 09:31:40 -08:00