Enable HashTransform rules in rubocop because we have ruby >= 2.5 now
This commit is contained in:
parent
0bb4ffce89
commit
59baef3146
1 changed files with 0 additions and 6 deletions
|
|
@ -182,9 +182,3 @@ Style/HashEachMethods:
|
|||
# It makes more sense to allow to structure and group them how it makes sense in the code
|
||||
Style/AccessorGrouping:
|
||||
Enabled: false
|
||||
|
||||
# TODO: Enable with Ruby 2.5
|
||||
Style/HashTransformKeys:
|
||||
Enabled: false
|
||||
Style/HashTransformValues:
|
||||
Enabled: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue