Skip to content

Remove all rubocop SaveBang warnings from E2E

John McDonnell requested to merge jmd/fix-rubocop-save-bang into master

What does this MR do and why?

Rename the method update in the QA mirroring_repositories page to avoid the rubocop false positive

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.

How to set up and validate locally

  1. A green pipeline should be all we need here as the changes are limited to renaming a method and all instances of where it is called

Merge request reports