Module: RuboCop::Cop::Yoshiki::EmptyLineAroundMultilineStatement::Paragraph
- Defined in:
- lib/rubocop/cop/yoshiki/empty_line_around_multiline_statement/paragraph.rb
Overview
Classifies begin-sequence statements that should be their own paragraph.
Constant Summary collapse
- BLOCK_TYPES =
%i[block numblock itblock].freeze
- CONDITIONAL_TYPES =
%i[if case case_match while until for kwbegin].freeze
- BODY_TYPES =
(BLOCK_TYPES + CONDITIONAL_TYPES).freeze