Module: RuboCop::Cop::Layout

Defined in:
lib/rubocop/cop/layout/empty_lines.rb,
lib/rubocop/cop/layout/end_of_line.rb,
lib/rubocop/cop/layout/line_length.rb,
lib/rubocop/cop/layout/dot_position.rb,
lib/rubocop/cop/layout/empty_comment.rb,
lib/rubocop/cop/layout/end_alignment.rb,
lib/rubocop/cop/layout/extra_spacing.rb,
lib/rubocop/cop/layout/else_alignment.rb,
lib/rubocop/cop/layout/hash_alignment.rb,
lib/rubocop/cop/layout/array_alignment.rb,
lib/rubocop/cop/layout/block_alignment.rb,
lib/rubocop/cop/layout/class_structure.rb,
lib/rubocop/cop/layout/space_after_not.rb,
lib/rubocop/cop/layout/case_indentation.rb,
lib/rubocop/cop/layout/block_end_newline.rb,
lib/rubocop/cop/layout/def_end_alignment.rb,
lib/rubocop/cop/layout/indentation_style.rb,
lib/rubocop/cop/layout/indentation_width.rb,
lib/rubocop/cop/layout/space_after_colon.rb,
lib/rubocop/cop/layout/space_after_comma.rb,
lib/rubocop/cop/layout/argument_alignment.rb,
lib/rubocop/cop/layout/condition_position.rb,
lib/rubocop/cop/layout/space_before_comma.rb,
lib/rubocop/cop/layout/begin_end_alignment.rb,
lib/rubocop/cop/layout/comment_indentation.rb,
lib/rubocop/cop/layout/heredoc_indentation.rb,
lib/rubocop/cop/layout/initial_indentation.rb,
lib/rubocop/cop/layout/leading_empty_lines.rb,
lib/rubocop/cop/layout/parameter_alignment.rb,
lib/rubocop/cop/layout/space_inside_parens.rb,
lib/rubocop/cop/layout/trailing_whitespace.rb,
lib/rubocop/cop/layout/redundant_line_break.rb,
lib/rubocop/cop/layout/space_around_keyword.rb,
lib/rubocop/cop/layout/space_before_comment.rb,
lib/rubocop/cop/layout/trailing_empty_lines.rb,
lib/rubocop/cop/layout/leading_comment_space.rb,
lib/rubocop/cop/layout/space_after_semicolon.rb,
lib/rubocop/cop/layout/space_before_brackets.rb,
lib/rubocop/cop/layout/assignment_indentation.rb,
lib/rubocop/cop/layout/multiline_block_layout.rb,
lib/rubocop/cop/layout/space_around_operators.rb,
lib/rubocop/cop/layout/space_before_first_arg.rb,
lib/rubocop/cop/layout/space_before_semicolon.rb,
lib/rubocop/cop/mixin/empty_lines_around_body.rb,
lib/rubocop/cop/layout/empty_line_between_defs.rb,
lib/rubocop/cop/layout/indentation_consistency.rb,
lib/rubocop/cop/layout/rescue_ensure_alignment.rb,
lib/rubocop/cop/layout/single_line_block_chain.rb,
lib/rubocop/cop/layout/space_after_method_name.rb,
lib/rubocop/cop/layout/space_in_lambda_literal.rb,
lib/rubocop/cop/layout/line_continuation_spacing.rb,
lib/rubocop/cop/layout/space_before_block_braces.rb,
lib/rubocop/cop/layout/space_inside_block_braces.rb,
lib/rubocop/cop/layout/first_argument_indentation.rb,
lib/rubocop/cop/layout/space_inside_range_literal.rb,
lib/rubocop/cop/layout/access_modifier_indentation.rb,
lib/rubocop/cop/layout/closing_heredoc_indentation.rb,
lib/rubocop/cop/layout/first_parameter_indentation.rb,
lib/rubocop/cop/layout/multiline_array_line_breaks.rb,
lib/rubocop/cop/layout/multiline_assignment_layout.rb,
lib/rubocop/cop/layout/multiline_hash_brace_layout.rb,
lib/rubocop/cop/layout/empty_lines_around_arguments.rb,
lib/rubocop/cop/layout/multiline_array_brace_layout.rb,
lib/rubocop/cop/layout/empty_line_after_guard_clause.rb,
lib/rubocop/cop/layout/empty_lines_around_begin_body.rb,
lib/rubocop/cop/layout/empty_lines_around_block_body.rb,
lib/rubocop/cop/layout/empty_lines_around_class_body.rb,
lib/rubocop/cop/layout/first_hash_element_line_break.rb,
lib/rubocop/cop/layout/space_around_block_parameters.rb,
lib/rubocop/cop/layout/empty_line_after_magic_comment.rb,
lib/rubocop/cop/layout/empty_lines_around_method_body.rb,
lib/rubocop/cop/layout/empty_lines_around_module_body.rb,
lib/rubocop/cop/layout/first_array_element_line_break.rb,
lib/rubocop/cop/layout/first_hash_element_indentation.rb,
lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb,
lib/rubocop/cop/layout/closing_parenthesis_indentation.rb,
lib/rubocop/cop/layout/first_array_element_indentation.rb,
lib/rubocop/cop/layout/line_continuation_leading_space.rb,
lib/rubocop/cop/layout/multiline_operation_indentation.rb,
lib/rubocop/cop/layout/space_inside_reference_brackets.rb,
lib/rubocop/cop/layout/first_method_argument_line_break.rb,
lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb,
lib/rubocop/cop/layout/first_method_parameter_line_break.rb,
lib/rubocop/cop/layout/multiline_method_call_indentation.rb,
lib/rubocop/cop/layout/space_around_method_call_operator.rb,
lib/rubocop/cop/layout/space_inside_string_interpolation.rb,
lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb,
lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb,
lib/rubocop/cop/layout/space_inside_array_percent_literal.rb,
lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb,
lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb,
lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb,
lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb,
lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb,
lib/rubocop/cop/layout/multiline_method_parameter_line_breaks.rb,
lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb,
lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb,
lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb,
lib/rubocop/cop/layout/line_end_string_concatenation_indentation.rb,
lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb

Defined Under Namespace

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