Sha256: c2aa22743d7e6dd660fef8ce6d9941f390bae2a73e9eb6b2f9960f3bd90bbae1

Contents?: true

Size: 457 Bytes

Versions: 19

Compression:

Stored size: 457 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.1
  Exclude:
    - 'dry-core.gemspec'
    - 'spec/spec_helper.rb'

Style/SignalException:
  Exclude:
    - 'spec/**/*'

Style/RedundantSelf:
  Exclude:
    - 'lib/dry/core/deprecations.rb'

Metrics/LineLength:
  Max: 110

Metrics/MethodLength:
  Enabled: false

Style/FileName:
  Exclude:
    - 'lib/dry-core.rb'

Lint/AmbiguousRegexpLiteral:
  Exclude:
    - 'spec/**/*'

Style/BlockDelimiters:
  Exclude:
    - 'spec/**/*'

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
dry-core-0.4.7 .rubocop.yml
dry-core-0.4.6 .rubocop.yml
dry-core-0.4.5 .rubocop.yml
dry-core-0.4.4 .rubocop.yml
dry-core-0.4.3 .rubocop.yml
dry-core-0.4.2 .rubocop.yml
dry-core-0.4.1 .rubocop.yml
dry-core-0.4.0 .rubocop.yml
dry-core-0.3.4 .rubocop.yml
dry-core-0.3.3 .rubocop.yml
dry-core-0.3.2 .rubocop.yml
dry-core-0.3.1 .rubocop.yml
dry-core-0.3.0 .rubocop.yml
dry-core-0.2.4 .rubocop.yml
dry-core-0.2.3 .rubocop.yml
dry-core-0.2.2 .rubocop.yml
dry-core-0.2.1 .rubocop.yml
dry-core-0.2.0 .rubocop.yml
dry-core-0.1.0 .rubocop.yml