rubocop-layout.yml in gitlab-styles-5.4.0 vs rubocop-layout.yml in gitlab-styles-6.0.0

- old
+ new

@@ -10,9 +10,12 @@ # Checks the indentation of the first line of the right-hand-side of a # multi-line assignment. Layout/AssignmentIndentation: Enabled: true +Layout/BeginEndAlignment: # (new in 0.91) + Enabled: true + # Align block ends correctly. Layout/BlockAlignment: Enabled: true # Put end statement of multiline block on its own line.