Enable HashTransform rules in rubocop because we have ruby >= 2.5 now

This commit is contained in:
Benjamin Neff 2021-09-29 23:42:48 +02:00
parent 0bb4ffce89
commit 59baef3146
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -182,9 +182,3 @@ Style/HashEachMethods:
# It makes more sense to allow to structure and group them how it makes sense in the code # It makes more sense to allow to structure and group them how it makes sense in the code
Style/AccessorGrouping: Style/AccessorGrouping:
Enabled: false Enabled: false
# TODO: Enable with Ruby 2.5
Style/HashTransformKeys:
Enabled: false
Style/HashTransformValues:
Enabled: false