lib/rubocop/cop/layout/end_alignment.rb in rubocop-1.29.1 vs lib/rubocop/cop/layout/end_alignment.rb in rubocop-1.30.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module RuboCop
module Cop
module Layout
- # This cop checks whether the end keywords are aligned properly.
+ # Checks whether the end keywords are aligned properly.
#
# Three modes are supported through the `EnforcedStyleAlignWith`
# configuration parameter:
#
# If it's set to `keyword` (which is the default), the `end`