Skip to content
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

Cleanup warning: max= is deprecated. Use exclude_limit <ParameterName> instead. #1937

Closed
jdehaan opened this issue Jul 11, 2024 · 1 comment

Comments

@jdehaan
Copy link

jdehaan commented Jul 11, 2024

With rubocop version 1.65.0, running the cop yields warning messages on the console:

rubocop-rspec-3.0.2/lib/rubocop/cop/rspec/multiple_memoized_helpers.rb:97: \
   warning: `max=` is deprecated. Use `exclude_limit <ParameterName>` instead.

There is some adaptation needed, but probably some care about dependencies or version compatibility needs to be taken to allow interoperability between versions if that is wanted.

@koic
Copy link
Member

koic commented Jul 11, 2024

This warning will be resolved by #1936. It should be suppressible by upgrading after the release.

@pirj pirj closed this as completed Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants