Sha256: e8961032076c627c658192f7bb11fb308a9aef0013a152e97e7bb9b8da474519

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

Metrics/CyclomaticComplexity:
  Max: 15

Style/ClassVars:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry_validation_parser-0.1.12 .rubocop.yml
dry_validation_parser-0.1.11 .rubocop.yml
dry_validation_parser-0.1.10 .rubocop.yml
dry_validation_parser-0.1.9 .rubocop.yml