Skip to content

Commit 84848dd

Browse files
babrovkapirj
authored andcommitted
Enable Style/EachWithObject
1 parent 8df2b81 commit 84848dd

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)