Maintenance: Removed unnecessary rubocop enables.

This commit is contained in:
Thorsten Eckel 2021-07-16 16:14:14 +02:00 committed by Martin Gruner
parent 5217384162
commit e52b79a2f0

View file

@ -166,15 +166,6 @@ Style/PerlBackrefs:
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-perl-regexp-last-matchers'
Enabled: false
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true
Style/SelfAssignment:
Description: >-
Checks for places where self-assignment shorthand should have