Skip to content

Clean up RuboCop configuration after Ruby and Rails upgrade

Peter Leitzen requested to merge pl-rubocop-ruby-rails-upgrade into master

What does this MR do and why?

This MR cleans up some configuration and removes a CI job.

We no longer support Ruby 2.7 and upgraded to Rails 7 lately.

With that, we can:

  • Remove some Ruby specific RuboCop configurations
  • Target Rails Version 7.0
  • Disable and remove Lint/LastKeywordArgument cop rule
  • Remove related CI job

Closes #389422 (closed)

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 Peter Leitzen

Merge request reports