.rubocop.yml in nano_rpc-0.9.0 vs .rubocop.yml in nano_rpc-0.10.0

- old
+ new

@@ -1,9 +1,16 @@ AllCops: TargetRubyVersion: 2.5.0 Exclude: - - 'bin/*' + - bin/* DisplayCopNames: true +Metrics/BlockLength: + Exclude: + - spec/**/* +Metrics/ModuleLength: + Max: 200 +Metrics/ClassLength: + Max: 200 Style/ClassAndModuleChildren: EnforcedStyle: compact Style/EmptyMethod: EnforcedStyle: expanded Layout/EmptyLineAfterMagicComment: