Sha256: 7f605aeb6dbd0ca86f5514218171f0a90291daf4202544be72200da7fdce4d44

Contents?: true

Size: 613 Bytes

Versions: 2

Compression:

Stored size: 613 Bytes

Contents

AllCops:
  Exclude:
    - 'Gemfile'

Metrics/AbcSize:
  Max: 100

Metrics/BlockLength:
  Max: 50
  Exclude:
    - 'spec/**/*'
    - 'db/migrations/**/*'
    - 'tasks/**/*'

Metrics/ClassLength:
  Max: 500

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 80

Metrics/ModuleLength:
  Max: 500

Metrics/PerceivedComplexity:
  Max: 10

Naming/UncommunicativeMethodParamName:
  Enabled: False

Style/FrozenStringLiteralComment:
  Enabled: False

Style/NumericPredicate:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

Style/UnpackFirst:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bitcoin-ruby-0.0.20 .rubocop.yml
bitcoin-ruby-0.0.19 .rubocop.yml