Skip to content

Commit 1bb98a7

Browse files
committed
Enable Style/EachWithObject
1 parent ddf3613 commit 1bb98a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.rubocop_todo.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Layout/LineLength:
1010
Metrics/MethodLength:
1111
Max: 43 # default: 10
1212

13-
# each_with_object was unavailable on ruby 1.8.7
14-
Style/EachWithObject:
15-
Enabled: false
16-
1713
# the new lambda syntax was not supported in ruby 1.8.7
1814
Style/Lambda:
1915
Enabled: false

0 commit comments

Comments
 (0)