module RuboCop::Cop::Layout
Modules in this namespace
Classes in this namespace
AccessModifierIndentation
in RuboCop::Cop::Layout
ArgumentAlignment
in RuboCop::Cop::Layout
ArrayAlignment
in RuboCop::Cop::Layout
AssignmentIndentation
in RuboCop::Cop::Layout
BeginEndAlignment
in RuboCop::Cop::Layout
BlockAlignment
in RuboCop::Cop::Layout
BlockEndNewline
in RuboCop::Cop::Layout
CaseIndentation
in RuboCop::Cop::Layout
ClassStructure
in RuboCop::Cop::Layout
ClosingHeredocIndentation
in RuboCop::Cop::Layout
ClosingParenthesisIndentation
in RuboCop::Cop::Layout
CommentIndentation
in RuboCop::Cop::Layout
ConditionPosition
in RuboCop::Cop::Layout
DefEndAlignment
in RuboCop::Cop::Layout
DotPosition
in RuboCop::Cop::Layout
ElseAlignment
in RuboCop::Cop::Layout
EmptyComment
in RuboCop::Cop::Layout
EmptyLineAfterGuardClause
in RuboCop::Cop::Layout
EmptyLineAfterMagicComment
in RuboCop::Cop::Layout
EmptyLineAfterMultilineCondition
in RuboCop::Cop::Layout
EmptyLineBetweenDefs
in RuboCop::Cop::Layout
EmptyLines
in RuboCop::Cop::Layout
EmptyLinesAroundAccessModifier
in RuboCop::Cop::Layout
EmptyLinesAroundArguments
in RuboCop::Cop::Layout
EmptyLinesAroundAttributeAccessor
in RuboCop::Cop::Layout
EmptyLinesAroundBeginBody
in RuboCop::Cop::Layout
EmptyLinesAroundBlockBody
in RuboCop::Cop::Layout
EmptyLinesAroundClassBody
in RuboCop::Cop::Layout
EmptyLinesAroundExceptionHandlingKeywords
in RuboCop::Cop::Layout
EmptyLinesAroundMethodBody
in RuboCop::Cop::Layout
EmptyLinesAroundModuleBody
in RuboCop::Cop::Layout
EndAlignment
in RuboCop::Cop::Layout
EndOfLine
in RuboCop::Cop::Layout
ExtraSpacing
in RuboCop::Cop::Layout
FirstArgumentIndentation
in RuboCop::Cop::Layout
FirstArrayElementIndentation
in RuboCop::Cop::Layout
FirstArrayElementLineBreak
in RuboCop::Cop::Layout
FirstHashElementIndentation
in RuboCop::Cop::Layout
FirstHashElementLineBreak
in RuboCop::Cop::Layout
FirstMethodArgumentLineBreak
in RuboCop::Cop::Layout
FirstMethodParameterLineBreak
in RuboCop::Cop::Layout
FirstParameterIndentation
in RuboCop::Cop::Layout
HashAlignment
in RuboCop::Cop::Layout
HeredocArgumentClosingParenthesis
in RuboCop::Cop::Layout
HeredocIndentation
in RuboCop::Cop::Layout
IndentationConsistency
in RuboCop::Cop::Layout
IndentationStyle
in RuboCop::Cop::Layout
IndentationWidth
in RuboCop::Cop::Layout
InitialIndentation
in RuboCop::Cop::Layout
LeadingCommentSpace
in RuboCop::Cop::Layout
LeadingEmptyLines
in RuboCop::Cop::Layout
LineContinuationLeadingSpace
in RuboCop::Cop::Layout
LineContinuationSpacing
in RuboCop::Cop::Layout
LineEndStringConcatenationIndentation
in RuboCop::Cop::Layout
LineLength
in RuboCop::Cop::Layout
MultilineArrayBraceLayout
in RuboCop::Cop::Layout
MultilineArrayLineBreaks
in RuboCop::Cop::Layout
MultilineAssignmentLayout
in RuboCop::Cop::Layout
MultilineBlockLayout
in RuboCop::Cop::Layout
MultilineHashBraceLayout
in RuboCop::Cop::Layout
MultilineHashKeyLineBreaks
in RuboCop::Cop::Layout
MultilineMethodArgumentLineBreaks
in RuboCop::Cop::Layout
MultilineMethodCallBraceLayout
in RuboCop::Cop::Layout
MultilineMethodCallIndentation
in RuboCop::Cop::Layout
MultilineMethodDefinitionBraceLayout
in RuboCop::Cop::Layout
MultilineMethodParameterLineBreaks
in RuboCop::Cop::Layout
MultilineOperationIndentation
in RuboCop::Cop::Layout
ParameterAlignment
in RuboCop::Cop::Layout
RedundantLineBreak
in RuboCop::Cop::Layout
RescueEnsureAlignment
in RuboCop::Cop::Layout
SingleLineBlockChain
in RuboCop::Cop::Layout
SpaceAfterColon
in RuboCop::Cop::Layout
SpaceAfterComma
in RuboCop::Cop::Layout
SpaceAfterMethodName
in RuboCop::Cop::Layout
SpaceAfterNot
in RuboCop::Cop::Layout
SpaceAfterSemicolon
in RuboCop::Cop::Layout
SpaceAroundBlockParameters
in RuboCop::Cop::Layout
SpaceAroundEqualsInParameterDefault
in RuboCop::Cop::Layout
SpaceAroundKeyword
in RuboCop::Cop::Layout
SpaceAroundMethodCallOperator
in RuboCop::Cop::Layout
SpaceAroundOperators
in RuboCop::Cop::Layout
SpaceBeforeBlockBraces
in RuboCop::Cop::Layout
SpaceBeforeBrackets
in RuboCop::Cop::Layout
SpaceBeforeComma
in RuboCop::Cop::Layout
SpaceBeforeComment
in RuboCop::Cop::Layout
SpaceBeforeFirstArg
in RuboCop::Cop::Layout
SpaceBeforeSemicolon
in RuboCop::Cop::Layout
SpaceInLambdaLiteral
in RuboCop::Cop::Layout
SpaceInsideArrayLiteralBrackets
in RuboCop::Cop::Layout
SpaceInsideArrayPercentLiteral
in RuboCop::Cop::Layout
SpaceInsideBlockBraces
in RuboCop::Cop::Layout
SpaceInsideHashLiteralBraces
in RuboCop::Cop::Layout
SpaceInsideParens
in RuboCop::Cop::Layout
SpaceInsidePercentLiteralDelimiters
in RuboCop::Cop::Layout
SpaceInsideRangeLiteral
in RuboCop::Cop::Layout
SpaceInsideReferenceBrackets
in RuboCop::Cop::Layout
SpaceInsideStringInterpolation
in RuboCop::Cop::Layout
TrailingEmptyLines
in RuboCop::Cop::Layout
TrailingWhitespace
in RuboCop::Cop::Layout