Sha256: e25f9c8264b1d4069d90e2825404df4243e63a81e0788f3f5df5f04c8aace10b

Contents?: true

Size: 477 Bytes

Versions: 1

Compression:

Stored size: 477 Bytes

Contents

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

AllCops:
  TargetRubyVersion: 2.3
  NewCops: enable

Style/StringLiterals:
  Enabled: false

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/SingleLineMethods:
  Exclude:
    - 'test/**/*'

Metrics/AbcSize:
  Max: 20

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
toolcase-0.1.0 .rubocop.yml