Sha256: 71dc7e1008b2bad130d0153533e334662ca18e9d1994750a073a98709aafe2c6

Contents?: true

Size: 549 Bytes

Versions: 3

Compression:

Stored size: 549 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/FrozenStringLiteralComment:
  Enabled: false

Style/RedundantBegin:
  Enabled: false

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

#追加
#
Style/StringConcatenation:
  Enabled: false
#
Naming/AccessorMethodName:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ykxutils-0.1.14 .rubocop.yml
ykxutils-0.1.13 .rubocop.yml
ykxutils-0.1.12 .rubocop.yml