Sha256: 4f5f83ef4d7f21153c0feb6d98e4d977cca9ac64432b7e3f009c2d779436c495

Contents?: true

Size: 431 Bytes

Versions: 2

Compression:

Stored size: 431 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5.0
  Exclude:
    - bin/*
  DisplayCopNames: true
Metrics/BlockLength:
  Exclude:
    - spec/**/*
Metrics/ModuleLength:
  Max: 200
Metrics/ClassLength:
  Max: 200
Style/ClassAndModuleChildren:
  EnforcedStyle: compact
Style/EmptyMethod:
  EnforcedStyle: expanded
Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/EmptyLineAfterMagicComment:
  Enabled: false
Documentation:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nano_rpc-0.23.0 .rubocop.yml
nano_rpc-0.22.0 .rubocop.yml