Module: RuboCop::Cop::RBS::Layout
- Defined in:
- lib/rubocop/cop/rbs/layout/empty_lines.rb,
lib/rubocop/cop/rbs/layout/end_alignment.rb,
lib/rubocop/cop/rbs/layout/extra_spacing.rb,
lib/rubocop/cop/rbs/layout/indentation_width.rb,
lib/rubocop/cop/rbs/layout/space_after_comma.rb,
lib/rubocop/cop/rbs/layout/space_around_arrow.rb,
lib/rubocop/cop/rbs/layout/space_before_colon.rb,
lib/rubocop/cop/rbs/layout/comment_indentation.rb,
lib/rubocop/cop/rbs/layout/space_around_braces.rb,
lib/rubocop/cop/rbs/layout/trailing_whitespace.rb,
lib/rubocop/cop/rbs/layout/overload_indentation.rb,
lib/rubocop/cop/rbs/layout/space_before_overload.rb,
lib/rubocop/cop/rbs/layout/space_around_operators.rb,
lib/rubocop/cop/rbs/layout/empty_lines_around_body.rb,
lib/rubocop/cop/rbs/layout/empty_lines_around_overloads.rb,
lib/rubocop/cop/rbs/layout/empty_lines_around_class_body.rb,
lib/rubocop/cop/rbs/layout/empty_lines_around_module_body.rb,
lib/rubocop/cop/rbs/layout/empty_lines_around_interface_body.rb,
lib/rubocop/cop/rbs/layout/empty_lines_around_access_modifier.rb
Defined Under Namespace
Modules: EmptyLinesAroundBody Classes: CommentIndentation, EmptyLines, EmptyLinesAroundAccessModifier, EmptyLinesAroundClassBody, EmptyLinesAroundInterfaceBody, EmptyLinesAroundModuleBody, EmptyLinesAroundOverloads, EndAlignment, ExtraSpacing, IndentationWidth, OverloadIndentation, SpaceAfterComma, SpaceAroundArrow, SpaceAroundBraces, SpaceAroundOperators, SpaceBeforeColon, SpaceBeforeOverload, TrailingWhitespace