Skip to content

Commit 118eb72

Browse files
committed
Mark Rails/Timecop autocorrection as unsafe
See rubocop#38 (comment)
1 parent c14c393 commit 118eb72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ Rails/Timecop:
10271027
Description: 'Prefer `ActiveSupport::Testing::TimeHelpers` over `Timecop`.'
10281028
Enabled: pending
10291029
VersionAdded: <<next>>
1030+
SafeAutoCorrect: false
10301031

10311032
Rails/ToFormattedS:
10321033
Description: 'Checks for consistent uses of `to_fs` or `to_formatted_s`.'

0 commit comments

Comments
 (0)