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:
Martin Robinson 2023-07-18 14:36:03 +02:00 committed by GitHub
parent da5b861b3c
commit b91e3654e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 103 deletions

View file

@ -1,7 +0,0 @@
---
duplicate_yaml_key:
- value1
other_key:
- value2
duplicate_yaml_key:
- value3

View file

@ -1,2 +0,0 @@
---
non-list-key: "string string"

View file

@ -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