Sha256: a469ceb4ccf8de7b0cbd168a96be4682e59e09f0c8611bef341bc1305e2e2f46

Contents?: true

Size: 525 Bytes

Versions: 3

Compression:

Stored size: 525 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: 10

Metrics/CyclomaticComplexity:
  Max: 10

Version data entries

3 entries across 3 versions & 1 rubygems

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