diff --git a/.rubocop.yml b/.rubocop.yml index 3d64964eb..488cd99fe 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -377,6 +377,9 @@ Rails/CreateTableWithTimestamps: Rails/Date: Enabled: true +Rails/DeprecatedActiveModelErrorsMethods: # TODO: Remove after upgrading to Rails 7 + Enabled: true + Rails/DurationArithmetic: Enabled: true