Sha256: 46596905d4807a32be0cd7aa8c3456ee852709718df5a6f4ee963e34aa68671a

Contents?: true

Size: 614 Bytes

Versions: 2

Compression:

Stored size: 614 Bytes

Contents

inherit_mode:
  merge:
    - Exclude

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.1
  Exclude:
    - gemfiles/**

Layout/LineLength:
  Max: 120

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Naming/PredicateName:
  AllowedMethods:
    - has_many

Style/Documentation:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: expanded

Style/FormatStringToken:
  EnforcedStyle: template

Style/FrozenStringLiteralComment:
  Enabled: false

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    '%w': '()'
    '%W': '()'
    '%i': '()'
    '%I': '()'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
parentry-1.8.0 .rubocop.yml
parentry-1.7.0 .rubocop.yml