Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/rubocop/1.56.3/rubocop-rails.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ Rails/DelegateAllowBlank:

Rails/DeprecatedActiveModelErrorsMethods:
Description: 'Avoid manipulating ActiveModel errors hash directly.'
Enabled: pending
Enabled: true
Severity: warning
Safe: false
VersionAdded: '2.14'
Expand Down Expand Up @@ -1127,7 +1127,7 @@ Rails/TransactionExitStatement:
Description: 'Avoid the usage of `return`, `break` and `throw` in transaction blocks.'
Reference:
- https://github.com/rails/rails/commit/15aa4200e083
Enabled: pending
Enabled: true
VersionAdded: '2.14'
TransactionMethods: []

Expand Down
4 changes: 2 additions & 2 deletions config/rubocop/1.84.0/rubocop-rails.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ Rails/DelegateAllowBlank:

Rails/DeprecatedActiveModelErrorsMethods:
Description: 'Avoid manipulating ActiveModel errors hash directly.'
Enabled: pending
Enabled: true
Severity: warning
Safe: false
VersionAdded: '2.14'
Expand Down Expand Up @@ -1223,7 +1223,7 @@ Rails/TransactionExitStatement:
Description: 'Avoid the usage of `return`, `break` and `throw` in transaction blocks.'
Reference:
- https://github.com/rails/rails/commit/15aa4200e083
Enabled: pending
Enabled: true
VersionAdded: '2.14'
TransactionMethods: []

Expand Down