Sha256: 266ccc81a2d4f335284f6a3eab969099b9bc8832bdd6bd7132614e693722dd9b

Contents?: true

Size: 560 Bytes

Versions: 3

Compression:

Stored size: 560 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  Exclude:
    - 'spec/**/*.rb'
    - 'vendor/bundle/**/*'

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 20

Documentation:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Max: 40

Metrics/ClassLength:
  Max: 200

Metrics/PerceivedComplexity:
  Max: 15

Metrics/CyclomaticComplexity:
  Max: 10

Style/ClassVars:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dry_object_mapper-0.1.3 .rubocop.yml
dry_object_mapper-0.1.2 .rubocop.yml
dry_object_mapper-0.1.1 .rubocop.yml