Module: RuboCop::Cop::Layout

Defined in:
lib/rubocop/cop/layout/empty_lines.rb,
lib/rubocop/cop/layout/def_end_alignment.rb,
lib/rubocop/cop/layout/indentation_width.rb,
lib/rubocop/cop/layout/space_after_comma.rb,
lib/rubocop/cop/layout/initial_indentation.rb,
lib/rubocop/cop/layout/space_around_operators.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/empty_lines_around_method_body.rb

Defined Under Namespace

Modules: EmptyLinesAroundBody Classes: DefEndAlignment, EmptyLineBetweenDefs, EmptyLines, EmptyLinesAroundMethodBody, IndentationConsistency, IndentationWidth, InitialIndentation, SpaceAfterComma, SpaceAroundOperators