Skip to content

Autofix Spelling and Extraneous Whitespace

Hayley Swimelar requested to merge autofixes into release/2.8-gitlab

This MR runs some automatic linter fixes for spelling and whitespace.

Simple overall with two caveats:

  1. We're using American English spelling spelling rules, so cancelled becomes canceled.
  2. The text of some non-test error messages is changed, such as here: https://gitlab.com/gitlab-org/container-registry/-/merge_requests/new/diffs?merge_request%5Bsource_branch%5D=autofixes#3792384908fc05c67ee0679443bfb6ea8a6d31f2_407_406 While downstream should not depend on the exact error message string, it's not possible that they do.

Merge request reports