Add and apply LineContinuationSpacing rubocop rule
So now we're consistent when separating multiline strings.
This commit is contained in:
@@ -95,6 +95,9 @@ Layout/IndentationWidth:
|
|||||||
Layout/LeadingEmptyLines:
|
Layout/LeadingEmptyLines:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Layout/LineContinuationSpacing:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
Layout/LineEndStringConcatenationIndentation:
|
Layout/LineEndStringConcatenationIndentation:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user