.rubocop.yml in zache-0.3.0 vs .rubocop.yml in zache-0.3.1

- old
+ new

@@ -1,8 +1,11 @@ AllCops: DisplayCopNames: true TargetRubyVersion: 2.3.3 +Metrics/ClassLength: + Exclude: + - 'test/*.rb' Layout/MultilineMethodCallIndentation: Enabled: false Metrics/AbcSize: Max: 30 Metrics/MethodLength: