Sha256: 039ff4b90aa24a4da5e31e5a6249661172fe98a9fcbebe5ef16f671359768fd7

Contents?: true

Size: 421 Bytes

Versions: 9

Compression:

Stored size: 421 Bytes

Contents

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

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

Style/ClassVars:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
dry_validation_parser-0.1.8 .rubocop.yml
dry_validation_parser-0.1.7 .rubocop.yml
dry_validation_parser-0.1.6 .rubocop.yml
dry_validation_parser-0.1.5 .rubocop.yml
dry_validation_parser-0.1.4 .rubocop.yml
dry_validation_parser-0.1.3 .rubocop.yml
dry_validation_parser-0.1.2 .rubocop.yml
dry_validation_parser-0.1.1 .rubocop.yml
dry_validation_parser-0.1.0 .rubocop.yml