diff --git a/.rubocop.yml b/.rubocop.yml index 0e01c329..5376610b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -767,5 +767,8 @@ RSpec/NotToNot: RSpec/SharedExamples: Enabled: false +Style/ClassAndModuleChildren: + EnforcedStyle: compact + Style/PreferredHashMethods: Enabled: false