Sha256: e8e651915b7aacb176a72b80fc0804976496c7207cc708fcb053b14c8fd9a392

Contents?: true

Size: 504 Bytes

Versions: 5

Compression:

Stored size: 504 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.2

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Max: 30

Metrics/AbcSize:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Naming::BlockForwarding:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
attribeauty-0.4.2 .rubocop.yml
attribeauty-0.4.1 .rubocop.yml
attribeauty-0.4.0 .rubocop.yml
attribeauty-0.3.4 .rubocop.yml
attribeauty-0.3.3 .rubocop.yml