Sha256: ac8f95786dbb689a1feff93d3f611f493a555b6576cf2086ffea5a19eea0cf9b

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 Bytes

Contents

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

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

Style:
  Enabled: false
Style/HashSyntax:
  EnforcedShorthandSyntax: always
  Enabled: true
Style/FrozenStringLiteralComment:
  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.6.0 .rubocop.yml