Skip to content

Fix the offenses introduced by Style/OpenStructUse

Siddharth Asthana requested to merge edith007/gitlab:issue_344279_last_2 into master

What does this MR do and why?

This MR aims to solve the issue #344279

File change

  • .rubocop_manual_todo.yml
  • spec/workers/packages/maven/metadata/sync_worker_spec.rb

Check offense using Commmand

  • bundle exec rubocop --auto-correct --only Style/OpenStructUse spec/workers/packages/maven/metadata/sync_worker_spec.rb

Merge request reports