diff --git a/base_rubocop.yml b/base_rubocop.yml index ed608447..a5305d0d 100644 --- a/base_rubocop.yml +++ b/base_rubocop.yml @@ -102,15 +102,6 @@ Style/Next: Style/ModuleFunction: Enabled: false -Style/HashEachMethods: - Enabled: false - -Style/HashTransformKeys: - Enabled: false - -Style/HashTransformValues: - Enabled: false - ################################################################################ # Specs - be more lenient on length checks and block styles ################################################################################