Sha256: af38e884bf6cd8eca9833cd83fc5ebe8f83fe1388441cca0ce0f18b41d67520d

Contents?: true

Size: 380 Bytes

Versions: 1

Compression:

Stored size: 380 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.3
  NewCops: enable

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Layout/LeadingCommentSpace:
  Enabled: false

Metrics/ClassLength:
  Exclude:
    - 'test/**/*'

Metrics/MethodLength:
  Exclude:
    - 'test/**/*'
  Max: 20

Style/Style/Documentation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rbs_inline_data-0.2.0 .rubocop.yml