Sha256: fed7c40125548841a8c68815d925235053ffcbfb23b13389695dade0ce0b2d80

Contents?: true

Size: 298 Bytes

Versions: 3

Compression:

Stored size: 298 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.6
  SuggestExtensions: false
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ykutils-0.1.4 .rubocop.yml
ykutils-0.1.3 .rubocop.yml
ykutils-0.1.1 .rubocop.yml