.rubocop.yml in zache-0.4.0 vs .rubocop.yml in zache-0.5.0

- old
+ new

@@ -11,5 +11,9 @@ Enabled: false Metrics/AbcSize: Max: 30 Metrics/MethodLength: Max: 30 +Metrics/CyclomaticComplexity: + Max: 10 +Metrics/PerceivedComplexity: + Max: 10