Skip to content

Commit 3857861

Browse files
authored
Merge pull request rubocop#927 from ydah/fix-suppress-obsolete-warning
Remove obsolete option in default.yml
2 parents 844055e + 769455d commit 3857861

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

config/default.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -46,23 +46,6 @@ Lint/NumberConversion:
4646
- fortnights
4747
- in_milliseconds
4848
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
6649

6750
Rails:
6851
Enabled: true
@@ -490,13 +473,6 @@ Rails/FindEach:
490473
- select
491474
- lock
492475
AllowedPatterns: []
493-
# Deprecated.
494-
IgnoredMethods:
495-
# Methods that don't work well with `find_each`.
496-
- order
497-
- limit
498-
- select
499-
- lock
500476

501477
Rails/FreezeTime:
502478
Description: 'Prefer `freeze_time` over `travel_to` with an argument of the current time.'
@@ -1154,9 +1130,6 @@ Style/AndOr:
11541130
Style/FormatStringToken:
11551131
AllowedMethods:
11561132
- redirect
1157-
# Deprecated.
1158-
IgnoredMethods:
1159-
- redirect
11601133

11611134
Style/SymbolProc:
11621135
AllowedMethods:

0 commit comments

Comments
 (0)