Sha256: 3b23fe07842083f41f449f1ddeb225122be8388b325e187229e4f5a772a403a6

Contents?: true

Size: 560 Bytes

Versions: 4

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: 10

Metrics/CyclomaticComplexity:
  Max: 10

Style/ClassVars:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry_struct_generator-0.3.2 .rubocop.yml
dry_struct_generator-0.3.1 .rubocop.yml
dry_struct_generator-0.3.0 .rubocop.yml
dry_struct_generator-0.2.0 .rubocop.yml