From e52b79a2f0299747218989e9aff80fd8731027f3 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Fri, 16 Jul 2021 16:14:14 +0200 Subject: [PATCH] Maintenance: Removed unnecessary rubocop enables. --- .rubocop/default.yml | 9 --------- 1 file changed, 9 deletions(-) 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