Sha256: 5b57740956d1d9c0605406c1c074dc583edaddd9566e065f695c2f20b8e65b8d

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 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
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.5.0 .rubocop.yml