rubocop-layout.yml in gitlab-styles-9.2.0 vs rubocop-layout.yml in gitlab-styles-10.0.0

- old
+ new

@@ -52,12 +52,12 @@ # Align elses and elsifs correctly. Layout/ElseAlignment: Enabled: true -# Add an empty line after magic comments to separate them from code. +# Checks for a newline after the final magic comment. Layout/EmptyLineAfterMagicComment: - Enabled: false + Enabled: true # Use empty lines between defs. Layout/EmptyLineBetweenDefs: Enabled: true