mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove the YAML tidy code (#30004)
This code was used to test buildbox_steps.yml, but Servo no longer uses buildbot, so this code is essentially unused. In addition, YAML + Cython 3 is causing issues on the CI. Fixes #30003 Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
da5b861b3c
commit
b91e3654e4
6 changed files with 4 additions and 103 deletions
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
duplicate_yaml_key:
|
||||
- value1
|
||||
other_key:
|
||||
- value2
|
||||
duplicate_yaml_key:
|
||||
- value3
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
non-list-key: "string string"
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
# This is a buildbot_steps.yml file that should break linting becasue it is not a
|
||||
# mapping to a list of strings
|
||||
mapping_key:
|
||||
- - list_of_list
|
||||
- sublist_item1
|
||||
- sublist_item2
|
Loading…
Add table
Add a link
Reference in a new issue