lib/rubocop/cop/style/align_hash.rb in rubocop-0.37.1 vs lib/rubocop/cop/style/align_hash.rb in rubocop-0.37.2

- old
+ new

@@ -5,11 +5,9 @@ module Cop module Style # Here we check if the keys, separators, and values of a multi-line hash # literal are aligned. class AlignHash < Cop - include IgnoredNode - # Handles calculation of deltas (deviations from correct alignment) # when the enforced style is 'key'. class KeyAlignment def checkable_layout(_node) true