module RuboCop::Cop::Layout

Classes in this namespace

AccessModifierIndentation

class

in RuboCop::Cop::Layout

ArgumentAlignment

class

in RuboCop::Cop::Layout

ArrayAlignment

class

in RuboCop::Cop::Layout

AssignmentIndentation

class

in RuboCop::Cop::Layout

BeginEndAlignment

class

in RuboCop::Cop::Layout

BlockAlignment

class

in RuboCop::Cop::Layout

BlockEndNewline

class

in RuboCop::Cop::Layout

CaseIndentation

class

in RuboCop::Cop::Layout

ClassStructure

class

in RuboCop::Cop::Layout

ClosingHeredocIndentation

class

in RuboCop::Cop::Layout

ClosingParenthesisIndentation

class

in RuboCop::Cop::Layout

CommentIndentation

class

in RuboCop::Cop::Layout

ConditionPosition

class

in RuboCop::Cop::Layout

DefEndAlignment

class

in RuboCop::Cop::Layout

DotPosition

class

in RuboCop::Cop::Layout

ElseAlignment

class

in RuboCop::Cop::Layout

EmptyComment

class

in RuboCop::Cop::Layout

EmptyLineAfterGuardClause

class

in RuboCop::Cop::Layout

EmptyLineAfterMagicComment

class

in RuboCop::Cop::Layout

EmptyLineAfterMultilineCondition

class

in RuboCop::Cop::Layout

EmptyLineBetweenDefs

class

in RuboCop::Cop::Layout

EmptyLines

class

in RuboCop::Cop::Layout

EmptyLinesAroundAccessModifier

class

in RuboCop::Cop::Layout

EmptyLinesAroundArguments

class

in RuboCop::Cop::Layout

EmptyLinesAroundAttributeAccessor

class

in RuboCop::Cop::Layout

EmptyLinesAroundBeginBody

class

in RuboCop::Cop::Layout

EmptyLinesAroundBlockBody

class

in RuboCop::Cop::Layout

EmptyLinesAroundClassBody

class

in RuboCop::Cop::Layout

EmptyLinesAroundExceptionHandlingKeywords

class

in RuboCop::Cop::Layout

EmptyLinesAroundMethodBody

class

in RuboCop::Cop::Layout

EmptyLinesAroundModuleBody

class

in RuboCop::Cop::Layout

EndAlignment

class

in RuboCop::Cop::Layout

EndOfLine

class

in RuboCop::Cop::Layout

ExtraSpacing

class

in RuboCop::Cop::Layout

FirstArgumentIndentation

class

in RuboCop::Cop::Layout

FirstArrayElementIndentation

class

in RuboCop::Cop::Layout

FirstArrayElementLineBreak

class

in RuboCop::Cop::Layout

FirstHashElementIndentation

class

in RuboCop::Cop::Layout

FirstHashElementLineBreak

class

in RuboCop::Cop::Layout

FirstMethodArgumentLineBreak

class

in RuboCop::Cop::Layout

FirstMethodParameterLineBreak

class

in RuboCop::Cop::Layout

FirstParameterIndentation

class

in RuboCop::Cop::Layout

HashAlignment

class

in RuboCop::Cop::Layout

HeredocArgumentClosingParenthesis

class

in RuboCop::Cop::Layout

HeredocIndentation

class

in RuboCop::Cop::Layout

IndentationConsistency

class

in RuboCop::Cop::Layout

IndentationStyle

class

in RuboCop::Cop::Layout

IndentationWidth

class

in RuboCop::Cop::Layout

InitialIndentation

class

in RuboCop::Cop::Layout

LeadingCommentSpace

class

in RuboCop::Cop::Layout

LeadingEmptyLines

class

in RuboCop::Cop::Layout

LineContinuationLeadingSpace

class

in RuboCop::Cop::Layout

LineContinuationSpacing

class

in RuboCop::Cop::Layout

LineEndStringConcatenationIndentation

class

in RuboCop::Cop::Layout

LineLength

class

in RuboCop::Cop::Layout

MultilineArrayBraceLayout

class

in RuboCop::Cop::Layout

MultilineArrayLineBreaks

class

in RuboCop::Cop::Layout

MultilineAssignmentLayout

class

in RuboCop::Cop::Layout

MultilineBlockLayout

class

in RuboCop::Cop::Layout

MultilineHashBraceLayout

class

in RuboCop::Cop::Layout

MultilineHashKeyLineBreaks

class

in RuboCop::Cop::Layout

MultilineMethodArgumentLineBreaks

class

in RuboCop::Cop::Layout

MultilineMethodCallBraceLayout

class

in RuboCop::Cop::Layout

MultilineMethodCallIndentation

class

in RuboCop::Cop::Layout

MultilineMethodDefinitionBraceLayout

class

in RuboCop::Cop::Layout

MultilineMethodParameterLineBreaks

class

in RuboCop::Cop::Layout

MultilineOperationIndentation

class

in RuboCop::Cop::Layout

ParameterAlignment

class

in RuboCop::Cop::Layout

RedundantLineBreak

class

in RuboCop::Cop::Layout

RescueEnsureAlignment

class

in RuboCop::Cop::Layout

SingleLineBlockChain

class

in RuboCop::Cop::Layout

SpaceAfterColon

class

in RuboCop::Cop::Layout

SpaceAfterComma

class

in RuboCop::Cop::Layout

SpaceAfterMethodName

class

in RuboCop::Cop::Layout

SpaceAfterNot

class

in RuboCop::Cop::Layout

SpaceAfterSemicolon

class

in RuboCop::Cop::Layout

SpaceAroundBlockParameters

class

in RuboCop::Cop::Layout

SpaceAroundEqualsInParameterDefault

class

in RuboCop::Cop::Layout

SpaceAroundKeyword

class

in RuboCop::Cop::Layout

SpaceAroundMethodCallOperator

class

in RuboCop::Cop::Layout

SpaceAroundOperators

class

in RuboCop::Cop::Layout

SpaceBeforeBlockBraces

class

in RuboCop::Cop::Layout

SpaceBeforeBrackets

class

in RuboCop::Cop::Layout

SpaceBeforeComma

class

in RuboCop::Cop::Layout

SpaceBeforeComment

class

in RuboCop::Cop::Layout

SpaceBeforeFirstArg

class

in RuboCop::Cop::Layout

SpaceBeforeSemicolon

class

in RuboCop::Cop::Layout

SpaceInLambdaLiteral

class

in RuboCop::Cop::Layout

SpaceInsideArrayLiteralBrackets

class

in RuboCop::Cop::Layout

SpaceInsideArrayPercentLiteral

class

in RuboCop::Cop::Layout

SpaceInsideBlockBraces

class

in RuboCop::Cop::Layout

SpaceInsideHashLiteralBraces

class

in RuboCop::Cop::Layout

SpaceInsideParens

class

in RuboCop::Cop::Layout

SpaceInsidePercentLiteralDelimiters

class

in RuboCop::Cop::Layout

SpaceInsideRangeLiteral

class

in RuboCop::Cop::Layout

SpaceInsideReferenceBrackets

class

in RuboCop::Cop::Layout

SpaceInsideStringInterpolation

class

in RuboCop::Cop::Layout

TrailingEmptyLines

class

in RuboCop::Cop::Layout

TrailingWhitespace

class

in RuboCop::Cop::Layout