Skip to content

Fix Style/OpenStructUse offenses

Siddharth Asthana requested to merge edith007/gitlab:issue_344279_app_2 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 Change

  • .rubocop_todo/style/open_struct_use.yml
  • ee/spec/finders/template_finder_spec.rb
  • ee/spec/helpers/ee/blob_helper_spec.rb
  • ee/spec/lib/gitlab/auth/group_saml/failure_handler_spec.rb

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 Siddharth Asthana

Merge request reports