mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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
This commit is contained in:
parent
289a289da2
commit
aceb60ec1d
6 changed files with 92 additions and 4 deletions
|
@ -12,6 +12,9 @@ flake8 == 2.4.1
|
|||
pep8 == 1.5.7
|
||||
pyflakes == 0.8.1
|
||||
|
||||
# For buildbot checking
|
||||
PyYAML == 3.12
|
||||
|
||||
# For test-webidl
|
||||
ply == 3.8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue