Merge pull request #1441 from neilhalligan/rubocop-edit

Add Lint/DuplicatedKey to rubocop
This commit is contained in:
Christian Bruckmayer 2017-04-06 09:34:41 +02:00 committed by GitHub
commit 5f74360da8

View file

@ -162,6 +162,10 @@ Lint/UselessAssignment:
Lint/Void:
Enabled: true
# Do not use duplicated keys in hash literals.
Lint/DuplicatedKey:
Enabled: true
#################### Rails ###############################
# Enforce Rails specific style