diff --git a/.rubocop.yml b/.rubocop.yml index 71c3b4bd0..eca15ddb9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -179,6 +179,10 @@ Layout/DotPosition: Style/HashEachMethods: Enabled: true +# It makes more sense to allow to structure and group them how it makes sense in the code +Style/AccessorGrouping: + Enabled: false + # TODO: Enable with Ruby 2.5 Style/HashTransformKeys: Enabled: false