Sha256: 08d2818782eeef5bbc01996b57e447e39d529b5a8727b240eebd8e97738dfb2d

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/ClassAndModuleChildren:
  Enabled: true
  EnforcedStyle: compact

Style/RedundantSelf:
  Enabled: false

Layout/LineLength:
  Max: 120

Metrics/AbcSize:
  Max: 20

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lsuuid-0.1.0 .rubocop.yml