Skip to content

Fix Rake/Require offence in migrate rake task

Pushpa Raj Badu requested to merge (removed):pl-rake-require-migrate into master

What does this MR do and why?

This MR moves all requires into task definition of migrate (lib/tasks/gitlab/artifacts/migrate.rake) rake task.

Contributes to: #391459 (closed)

image

Screenshots or screen recordings

image

How to set up and validate locally

rake gitlab:artifacts:migrate
bundle exec rubocop lib/tasks/gitlab/artifacts/migrate.rake
Inspecting 1 file
.

1 file inspected, no offenses detected

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Pushpa Raj Badu

Merge request reports