Sha256: 23c5f801373afa07d5ba41eff829f87ccedbc4a9f02734c405449bc34f222947

Contents?: true

Size: 343 Bytes

Versions: 6

Compression:

Stored size: 343 Bytes

Contents

AllCops:
  Exclude: []
  TargetRubyVersion: 2.3

Bundler/OrderedGems:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - '*.gemspec'
    - 'spec/**/*'

Metrics/LineLength:
  Max: 130
  Exclude:
    - '*.gemspec'
    - 'spec/**/*'

Metrics/MethodLength:
  Max: 120

Metrics/AbcSize:
  Enabled: false

Style/Documentation:
  Enabled: false

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
heart_top-0.3.2 .rubocop.yml
heart_top-0.3.1 .rubocop.yml
time_block-0.2.0 .rubocop.yml
heart_top-0.3.0 .rubocop.yml
time_block-0.1.0 .rubocop.yml
heart_top-0.2.0 .rubocop.yml