File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -46,23 +46,6 @@ Lint/NumberConversion:
46
46
- fortnights
47
47
- in_milliseconds
48
48
AllowedPatterns : []
49
- # Deprecated.
50
- IgnoredMethods :
51
- - ago
52
- - from_now
53
- - second
54
- - seconds
55
- - minute
56
- - minutes
57
- - hour
58
- - hours
59
- - day
60
- - days
61
- - week
62
- - weeks
63
- - fortnight
64
- - fortnights
65
- - in_milliseconds
66
49
67
50
Rails :
68
51
Enabled : true
@@ -490,13 +473,6 @@ Rails/FindEach:
490
473
- select
491
474
- lock
492
475
AllowedPatterns : []
493
- # Deprecated.
494
- IgnoredMethods :
495
- # Methods that don't work well with `find_each`.
496
- - order
497
- - limit
498
- - select
499
- - lock
500
476
501
477
Rails/FreezeTime :
502
478
Description : ' Prefer `freeze_time` over `travel_to` with an argument of the current time.'
@@ -1154,9 +1130,6 @@ Style/AndOr:
1154
1130
Style/FormatStringToken :
1155
1131
AllowedMethods :
1156
1132
- redirect
1157
- # Deprecated.
1158
- IgnoredMethods :
1159
- - redirect
1160
1133
1161
1134
Style/SymbolProc :
1162
1135
AllowedMethods :
You can’t perform that action at this time.
0 commit comments