rubocop / rubocop-performance

An extension of RuboCop focused on code performance checks.
https://docs.rubocop.org/rubocop-performance
MIT License
674 stars 79 forks source link

Require RuboCop 1.30+ as runtime dependency #388

Closed koic closed 9 months ago

koic commented 10 months ago

This PR makes RuboCop Performance require RuboCop 1.30+ to fix some errors: https://github.com/rubocop/rubocop-performance/actions/runs/6966652446/job/18957154150

It introduces CI for the oldest RuboCop version still supported, implementing a workflow for regression testing that is similar to the one found a https://github.com/rubocop/rubocop-rails/commit/c9acb7a.


Before submitting the PR make sure the following are checked: