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
Fixesrubocop#1039.
This PR deprecates `Rails/ActionFilter`. Because the `*_filter` methods were removed in Rails 4.2,
and that Rals version is no longer supported by RuboCop Rails. This cop will be removed in RuboCop Rails 3.0.
Fixesrubocop#1039.
This PR deprecates `Rails/ActionFilter` cop. Because the `*_filter` methods were removed in Rails 4.2,
and that Rals version is no longer supported by RuboCop Rails. This cop will be removed in RuboCop Rails 3.0.
Is your feature request related to a problem? Please describe.
*_filter
methods were removed in Rails 4.2We have
minimum_target_rails_version
, but nomaximum_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?
The text was updated successfully, but these errors were encountered: