Skip to content

Commit

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

- Initially added during a rubocop-rails bump, as pending
- Changed to enabled during the RailsConf vote changes

Disabled on rubocop-rails side in release 2.25.0 - https://github.com/rubocop/rubocop-rails/releases/tag/v2.25.0

Rationale - rubocop/rubocop-rails#1252
  • Loading branch information
mjankowski committed May 31, 2024
1 parent 70fa257 commit 0f76a32
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 @@ -396,7 +396,7 @@ Rails/UnknownEnv:
Enabled: false

Rails/UnusedIgnoredColumns:
Enabled: true
Enabled: false

Rails/UnusedRenderContent:
Enabled: true
Expand Down

0 comments on commit 0f76a32

Please sign in to comment.