Sha256: 94f536c52a3b080dc05cdb94a01cdc83666f7bcdd009332857deb88b306a04e4

Contents?: true

Size: 510 Bytes

Versions: 2

Compression:

Stored size: 510 Bytes

Contents

AllCops:
  NewCops: enable
  SuggestExtensions: false
  TargetRubyVersion: 3.2

inherit_from:
  - .rubocop_todo.yml
  - .rubocop-relaxed.yml

Metrics/BlockLength:
  Enabled: false

Style/AccessorGrouping:
  Enabled: false

Style/ArgumentsForwarding:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashSyntax:
  Enabled: false

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/SuperArguments:
  Enabled: false

Naming/VariableNumber:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
friendly_shipping-0.10.1 .rubocop.yml
friendly_shipping-0.10.0 .rubocop.yml