.rubocop.yml in reek-3.3.0 vs .rubocop.yml in reek-3.3.1

- old
+ new

@@ -12,12 +12,12 @@ # FIXME: Lower the method length by fixing the biggest offenders Metrics/MethodLength: Max: 15 -# Be a little more lenient with line length +# Be rather lenient with line length Metrics/LineLength: - Max: 100 + Max: 120 # Indent one level for follow-up lines Style/MultilineOperationIndentation: EnforcedStyle: indented