Change CollectionMethods cop to enabled

This cop is disabled by default so this configuration was
not doing anything. See: https://git.io/vaXc5
This commit is contained in:
John Backus 2016-03-19 13:42:09 -07:00
parent b7b4d11f90
commit 7239a39dd9

View file

@ -11,6 +11,7 @@ BlockNesting:
# Align with the style guide.
CollectionMethods:
Enabled: true
PreferredMethods:
collect: 'map'
inject: 'reduce'