.rubocop.yml in zeebe-client-0.13.0 vs .rubocop.yml in zeebe-client-0.13.1

- old
+ new

@@ -1,10 +1,14 @@ --- +inherit_mode: + merge: + - Exclude + AllCops: - TargetRubyVersion: '2.3' + TargetRubyVersion: '2.5' Exclude: - - 'examples/*' - - 'lib/zeebe/client/proto/*' + - 'examples/*' + - 'lib/zeebe/client/proto/*' Layout/EmptyLineAfterGuardClause: Enabled: false # allows nicer usage of private_class_method