Skip to content

Fix Style/OpenStructUse offenses

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

What does this MR do and why?

This MR aims to solve the issue #344279

Fixes OpenStruct use since Ruby 3 discourages it.

File Changes

  • spec/tooling/rspec_flaky/flaky_example_spec.rb
  • tooling/rspec_flaky/flaky_example.rb
  • .rubocop_todo/style/open_struct_use.yml
Edited by Siddharth Asthana

Merge request reports