Files
servo/python/tidy/servo_tidy_tests/duplicate_keys_buildbot_steps.yml
William Lee aceb60ec1d Add tidy linting checks for buildbot_steps.yml
This commit adds tidy checks for buildbot_steps.yml, as well as unit
tests. These checks include:

* Checking buildbot_steps.yml can be parsed by a YAML loader
* buildbot_steps.yml does not contain duplicate keys
* buildbot_steps.yml keys map to a list of strings
2016-12-08 20:36:13 -05:00

8 lines
94 B
YAML

---
duplicate_yaml_key:
- value1
other_key:
- value2
duplicate_yaml_key:
- value3