.rubocop.yml in rubocop-gem_dev-0.3.0 vs .rubocop.yml in rubocop-gem_dev-0.4.0

- old
+ new

@@ -9,5 +9,10 @@ Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 + +# We don't want to deepen nestings for classes +Style/ClassAndModuleChildren: + Exclude: + - 'test/**/*'