mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #1441 from neilhalligan/rubocop-edit
Add Lint/DuplicatedKey to rubocop
This commit is contained in:
commit
5f74360da8
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue