diff --git a/config/rubocop/1.56.3/rubocop-rails.default.yml b/config/rubocop/1.56.3/rubocop-rails.default.yml index 073f394..9c521ea 100644 --- a/config/rubocop/1.56.3/rubocop-rails.default.yml +++ b/config/rubocop/1.56.3/rubocop-rails.default.yml @@ -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' @@ -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: [] diff --git a/config/rubocop/1.84.0/rubocop-rails.default.yml b/config/rubocop/1.84.0/rubocop-rails.default.yml index 0b2032e..8241169 100644 --- a/config/rubocop/1.84.0/rubocop-rails.default.yml +++ b/config/rubocop/1.84.0/rubocop-rails.default.yml @@ -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' @@ -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: []