Method: RuboCop::Cop::HashAlignmentStyles::KeyAlignment#checkable_layout?

Defined in:
lib/rubocop/cop/mixin/hash_alignment_styles.rb

#checkable_layout?(_node) ⇒ Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/rubocop/cop/mixin/hash_alignment_styles.rb', line 9

def checkable_layout?(_node)
  true
end