Sha256: e725e20bbe8a69c732a9e727c4be5ac843787a1644f93968e59902f6bf2a7dc1

Contents?: true

Size: 312 Bytes

Versions: 4

Compression:

Stored size: 312 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
  Max: 140

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ykutils-0.1.10 .rubocop.yml
ykutils-0.1.8 .rubocop.yml
ykutils-0.1.7 .rubocop.yml
ykutils-0.1.6 .rubocop.yml