rubocop-layout.yml in gitlab-styles-2.5.1 vs rubocop-layout.yml in gitlab-styles-2.5.2
- old
+ new
@@ -90,9 +90,14 @@
# Use Unix-style line endings.
Layout/EndOfLine:
Enabled: true
+# Checks for extra/unnecessary whitespace.
+# Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
+Layout/ExtraSpacing:
+ Enabled: true
+
# Checks for a line break before the first parameter in a multi-line method
# parameter definition.
Layout/FirstMethodParameterLineBreak:
Enabled: true