Module: RuboCop::Cop::Alignment
- Included in:
- AlignmentCorrector, Layout::AccessModifierIndentation, Layout::AlignArray, Layout::AlignParameters, Layout::CaseIndentation, Layout::ClosingParenthesisIndentation, Layout::CommentIndentation, Layout::ElseAlignment, Layout::FirstParameterIndentation, Layout::IndentArray, Layout::IndentAssignment, Layout::IndentHash, Layout::IndentationConsistency, Layout::IndentationWidth, Layout::MultilineMethodCallIndentation, Layout::MultilineOperationIndentation, Layout::Tab, Performance::CaseWhenSplat, Style::MultilineIfModifier, Style::ParallelAssignment::GenericCorrector, Style::RedundantConditional, Style::RescueModifier, Style::SingleLineMethods, Style::TrailingBodyOnMethodDefinition, Style::TrailingMethodEndStatement
- Defined in:
- lib/rubocop/cop/mixin/alignment.rb
Overview
This module checks for nodes that should be aligned to the left or right. This amount is determined by the instance variable @column_delta.