Skip to content

Clean up yamllint warnings

Marcel Amirault requested to merge clean-up-yaml-warnings into master

What does this MR do and why?

Just cleaning up some yamllint warnings, which slowly build up over time as we don't prevent them in the pipeline. But when there's a full error, the number of warnings makes it hard to find the error: https://gitlab.com/gitlab-org/gitlab/-/jobs/6632949329

So we should clean them up. You can see the latest yamllint run no longer has the warnings that are fixed in this MR: https://gitlab.com/gitlab-org/gitlab/-/jobs/6633425348

The warnings in deprecations are being handled separately, in !149654 (merged)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Marcel Amirault

Merge request reports