Closed
Description
Is your feature request related to a problem? Please describe.
*_filter
methods were removed in Rails 4.2
We have minimum_target_rails_version
, but no maximum_target_rails_version
.
Specifying EnforcedStyle: filter
in .rubocop.yml
would make the cop go insane, register inappropriate offences, and make improper corrections.
Describe the solution you'd like
Remove the cop?
Activity