Skip to content

Add spaces to devops ci template to reduce warnings

Marcel Amirault requested to merge auto-devops-template-comments into master

What does this MR do?

The lint-ci-gitlab job was throwing warnings, (example), so I cleaned up the issues:

$ yamllint .gitlab-ci.yml .gitlab/ci lib/gitlab/ci/templates changelogs
lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
  57:26     warning  too few spaces before comment  (comments)
  76:40     warning  too few spaces before comment  (comments)
  77:39     warning  too few spaces before comment  (comments)
  78:47     warning  too few spaces before comment  (comments)
  79:41     warning  too few spaces before comment  (comments)
  80:62     warning  too few spaces before comment  (comments)
  81:43     warning  too few spaces before comment  (comments)
  82:57     warning  too few spaces before comment  (comments)
  83:58     warning  too few spaces before comment  (comments)
  84:57     warning  too few spaces before comment  (comments)
  85:43     warning  too few spaces before comment  (comments)

After the change, no warnings: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/287999928

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Marcel Amirault

Merge request reports