Sha256: 82878cce0d1585ec9d0ec99ba610b7e39594b8ba9509a0341bb3969c6240fc8f

Contents?: true

Size: 1.57 KB

Versions: 15

Compression:

Stored size: 1.57 KB

Contents

# Layout configuration overrides
# https://docs.rubocop.org/rubocop/1.5/cops_layout.html

Layout/BeginEndAlignment:
  Description: >-
    Checks whether the end keyword of begin is aligned properly.
  Enabled: true
  EnforcedStyleAlignWith: begin

Layout/ConditionPosition:
  Description: >-
    Checks for condition placed in a confusing position relative to
    the keyword.
  StyleGuide: 'https://github.com/rubocop/ruby-style-guide#same-line-condition'
  Enabled: false

Layout/DotPosition:
  Description: 'Checks the position of the dot in multi-line method calls.'
  EnforcedStyle: leading

Layout/EmptyLineAfterMagicComment:
  Enabled: true

Layout/ExtraSpacing:
  Description: 'Do not use unnecessary spacing.'
  Enabled: true

Layout/InitialIndentation:
  Description: >-
    Checks the indentation of the first non-blank non-comment line in a file.
  Enabled: false

Layout/LineLength:
  Max: 120

Layout/MultilineMethodCallIndentation:
  Description: >-
    Checks indentation of method calls with the dot operator
    that span more than one line.
  Enabled: true
  EnforcedStyle: indented_relative_to_receiver

Layout/MultilineOperationIndentation:
  Description: >-
    Checks indentation of binary operations that span more than
    one line.
  Enabled: true
  EnforcedStyle: indented

Layout/ParameterAlignment:
  Description: 'Here we check if the parameters on a multi-line method call or definition are aligned.'
  StyleGuide: 'https://github.com/rubocop/ruby-style-guide#no-double-indent'
  Enabled: false

Layout/HashAlignment:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
rubocop-katalyst-2.1.0 config/rubocop-layout.yml
rubocop-katalyst-2.0.5 config/rubocop-layout.yml
rubocop-katalyst-2.0.4 config/rubocop-layout.yml
rubocop-katalyst-2.0.3 config/rubocop-layout.yml
rubocop-katalyst-2.0.2 config/rubocop-layout.yml
rubocop-katalyst-2.0.1 config/rubocop-layout.yml
katalyst-govuk-formbuilder-1.9.2 vendor/bundle/ruby/3.3.0/gems/rubocop-katalyst-2.0.0/config/rubocop-layout.yml
rubocop-katalyst-2.0.0 config/rubocop-layout.yml
rubocop-katalyst-1.1.4 config/rubocop-layout.yml
rubocop-katalyst-1.1.3 config/rubocop-layout.yml
rubocop-katalyst-1.1.2 config/rubocop-layout.yml
rubocop-katalyst-1.1.1 config/rubocop-layout.yml
rubocop-katalyst-1.1.0 config/rubocop-layout.yml
rubocop-katalyst-1.0.5 config/rubocop-layout.yml
rubocop-katalyst-1.0.4 config/rubocop-layout.yml