You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
With rubocop version 1.65.0, running the cop yields warning messages on the console:
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.
The text was updated successfully, but these errors were encountered: