rubocul_default.yml in rubocul-4.0.9 vs rubocul_default.yml in rubocul-4.0.10

- old
+ new

@@ -59,9 +59,15 @@ EnforcedShorthandSyntax: never Layout/FirstHashElementIndentation: EnforcedStyle: consistent +Metrics/MethodLength: + Max: 12 + +Metrics/ParameterLists: + Max: 7 + Style/BlockDelimiters: EnforcedStyle: braces_for_chaining Style/ClassAndModuleChildren: Enabled: false