diff --git a/.rubocop/default.yml b/.rubocop/default.yml index 4617def93..055c52a53 100644 --- a/.rubocop/default.yml +++ b/.rubocop/default.yml @@ -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