Sha256: 5c1f0a80311f549c1e94f638474b2fe1da60dfabef159a114dbcfff45c195b0f

Contents?: true

Size: 858 Bytes

Versions: 1

Compression:

Stored size: 858 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  SuggestExtensions: false
  NewCops: disable

# ------------------------------------------------------- Layout -------------------------------------------------------

Layout/EmptyLinesAroundBlockBody:
  Enabled: false

Layout/EmptyLinesAroundClassBody:
  Enabled: false

Layout/EmptyLinesAroundModuleBody:
  Enabled: false

Layout/MultilineAssignmentLayout:
  Enabled: false

Layout/LineLength:
  Max: 120

# ------------------------------------------------------- Style --------------------------------------------------------

Style/ClassAndModuleChildren:
  Enabled: false

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

# ------------------------------------------------------- Metrics ------------------------------------------------------

Metrics/BlockLength:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pony_breeds-0.1.3 .rubocop.yml