Skip to content

Commit

Permalink
Disable Rails/ActionFilter cop
Browse files Browse the repository at this point in the history
History in standard-rails:

- Disabled in initial rules import
- Enabled in bulk rails rule enable commit

This cop is both disabled by default and deprecated in rubocop-rails:
rubocop/rubocop-rails#1149

Rationale is that the cop is only relevant to Rails versions so early
they are no longer supported by rubocop-rails.
  • Loading branch information
mjankowski committed May 31, 2024
1 parent 70fa257 commit 23d0167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Rails/ActionControllerTestCase:
Enabled: false

Rails/ActionFilter:
Enabled: true
Enabled: false

Rails/ActionOrder:
Enabled: false
Expand Down

0 comments on commit 23d0167

Please sign in to comment.