-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests with minimum RuboCop version #112
Comments
The next released version as bugfix version 1.6.1, so supported RuboCop core version remains unchanged (#111 will be fixed with the old API). Anyway, supported RuboCop core versions should be included in the CI matrix. I will take this later. Thank you for investigating and suggestion! |
This PR prepares for rubocop#112 and makes the `rake spec` successful with RuboCop 0.71, which is supported by RuboCop Performance 1.6. This is a workaround until the CI is ready for RuboCop Performance 1.7. RuboCop Performance 1.7 will drop some older RuboCop support versions.
This PR prepares for rubocop#112 and makes the `rake spec` successful with RuboCop 0.71, which is supported by RuboCop Performance 1.6. This is a workaround until the CI is ready for RuboCop Performance 1.7. RuboCop Performance 1.7 will drop some older RuboCop support versions.
We had this idea in |
The minimum version of RuboCop needs to be bumped (to at least 0.82), and more importantly CI needs to test with whatever the minimum version of RuboCop is, as well as with
master
.The text was updated successfully, but these errors were encountered: