diff --git a/.rubocop.yml b/.rubocop.yml index 09fe97e24..8ada400e7 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -14,3 +14,5 @@ Style/RegexpLiteral: EnforcedStyle: slashes Style/EmptyElse: EnforcedStyle: empty +Style/ClassAndModuleChildren: + EnforcedStyle: compact