Sha256: 3627cf160c3211e801dadd3e3c73d9c8970a91ad8f68f41c836132e0b991e1e8

Contents?: true

Size: 404 Bytes

Versions: 1

Compression:

Stored size: 404 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.3
  NewCops: enable
  Include:
  - 'lib/**/*.rb'

Lint:
  Enabled: true
Lint/EmptyBlock:
  Enabled: false

Style:
  Enabled: false
Style/HashSyntax:
  EnforcedShorthandSyntax: always
  Enabled: true

Metrics:
  Enabled: false

Layout:
  Enabled: true
Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent
Layout/LineLength:
  Max: 150

Naming:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
raap-0.4.0 .rubocop.yml