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:
parent
b7b4d11f90
commit
7239a39dd9
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ BlockNesting:
|
|||
|
||||
# Align with the style guide.
|
||||
CollectionMethods:
|
||||
Enabled: true
|
||||
PreferredMethods:
|
||||
collect: 'map'
|
||||
inject: 'reduce'
|
||||
|
|
Loading…
Add table
Reference in a new issue