Sha256: 1fa19fe72b349cd8fe80192fa9651a50deb324a62e7de853ec666a289b378a2a

Contents?: true

Size: 434 Bytes

Versions: 3

Compression:

Stored size: 434 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.1
  NewCops: enable

Metrics/BlockLength:
  Enabled: false

Metrics/MethodLength:
  Max: 100

Style/ExplicitBlockArgument:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Layout/LineLength:
  Max: 120

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
idempotency-0.1.4 .rubocop.yml
idempotency-0.1.3 .rubocop.yml
idempotency-0.1.2 .rubocop.yml