Module: RuboCop::Cop::EndKeywordAlignment
- Includes:
- ConfigurableEnforcedStyle
- Included in:
- Lint::DefEndAlignment, Lint::EndAlignment
- Defined in:
- lib/rubocop/cop/mixin/end_keyword_alignment.rb
Overview
Functions for checking the alignment of the end
keyword.
Constant Summary collapse
- MSG =
'`end` at %d, %d is not aligned with `%s` at %d, %d'
Method Summary
Methods included from ConfigurableEnforcedStyle
#alternative_style, #both_styles_detected, #correct_style_detected, #opposite_style_detected, #style, #unrecognized_style_detected