Sha256: 912200aaebdb466157276251435ad6f0716701c549026fd889825043d47d0532

Contents?: true

Size: 498 Bytes

Versions: 2

Compression:

Stored size: 498 Bytes

Contents

AllCops:
  SuggestExtensions: false
  TargetRubyVersion: 3.2.1

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
raix-0.3.2 .rubocop.yml
raix-0.3.1 .rubocop.yml