Sha256: 4db6e05ac5358da49a019883e3869f587447db96f7260d8bfe1f2b8c85c75cc1

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 30

Metrics/BlockLength:
  Max: 30

Metrics/AbcSize:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dsp_blueprint_parser-0.1.1 .rubocop.yml
dsp_blueprint_parser-0.1.0 .rubocop.yml