Sha256: ef39f37d37260ce21911f6495607621c1f3abb68acd024013755af723492dba7

Contents?: true

Size: 518 Bytes

Versions: 3

Compression:

Stored size: 518 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Enabled: false

Layout/BeginEndAlignment:
  EnforcedStyleAlignWith: start_of_line

Layout/EndAlignment:
  EnforcedStyleAlignWith: start_of_line

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/CaseIndentation:
  EnforcedStyle: end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
xconn-0.1.2 .rubocop.yml
xconn-0.1.1 .rubocop.yml
xconn-0.1.0 .rubocop.yml