Sha256: f86d740476366f4188a6d1110490dfef601ed17a869b563f4ecb2c6fef3bf20d

Contents?: true

Size: 1.17 KB

Versions: 7

Compression:

Stored size: 1.17 KB

Contents

Layout/ArgumentAlignment:
  EnforcedStyle: with_fixed_indentation
  IndentationWidth: 2

# I'm unsure about that one but I'm used to this style.
Layout/DotPosition:
  EnforcedStyle: trailing

Layout/ClosingParenthesisIndentation:
  Enabled: true

Layout/EmptyLines:
  Enabled: true

Layout/EmptyLineAfterMagicComment:
  Enabled: true

Layout/EmptyLinesAroundBlockBody:
  Enabled: true

Layout/ExtraSpacing:
  Enabled: true

Layout/FirstArgumentIndentation:
  Enabled: true

Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent

Layout/LineContinuationLeadingSpace:
  Enabled: true

Layout/LineContinuationSpacing:
  Enabled: true

Layout/LineEndStringConcatenationIndentation:
  Enabled: true

Layout/MultilineMethodCallBraceLayout:
  Enabled: true

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Layout/LineLength:
  Max: 200

Layout/SpaceAroundOperators:
  EnforcedStyleForExponentOperator: space

Layout/SpaceBeforeBrackets:
  Enabled: true

Layout/SpaceInsideArrayLiteralBrackets:
  Enabled: true

Layout/SpaceInsideHashLiteralBraces:
  Enabled: true

Layout/TrailingEmptyLines:
  Enabled: true

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruboconf-1.16.0 cops/layout.yml
ruboconf-1.15.0 cops/layout.yml
ruboconf-1.14.0 cops/layout.yml
ruboconf-1.13.0 cops/layout.yml
ruboconf-1.12.0 cops/layout.yml
ruboconf-1.11.0 cops/layout.yml
ruboconf-1.10.0 cops/layout.yml