Sha256: 7d6163adda27a4308f8cedb15ecc0b6702381b9e472f6ad3d7b4cf0f9f1ebed1

Contents?: true

Size: 605 Bytes

Versions: 4

Compression:

Stored size: 605 Bytes

Contents

require:
  - rubocop-rake

AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Layout/LineLength:
  Enabled: false

Style/Documentation:
  Enabled: true
  Exclude:
    - "test/**/*"

Style/FrozenStringLiteralComment:
  Enabled: true

Metrics/MethodLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: space

Layout/EmptyLineAfterGuardClause:
  Enabled: true

Style/HashSyntax:
  EnforcedStyle: ruby19_no_mixed_keys

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shorui-0.2.0 .rubocop.yml
shorui-0.1.2 .rubocop.yml
shorui-0.1.1 .rubocop.yml
shorui-0.1.0 .rubocop.yml