diff --git a/config/default.yml b/config/default.yml index a172f693ff..063abbf02d 100644 --- a/config/default.yml +++ b/config/default.yml @@ -1027,6 +1027,7 @@ Rails/Timecop: Description: 'Prefer `ActiveSupport::Testing::TimeHelpers` over `Timecop`.' Enabled: pending VersionAdded: <> + SafeAutoCorrect: false Rails/ToFormattedS: Description: 'Checks for consistent uses of `to_fs` or `to_formatted_s`.'