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:
|
||||
Enabled: true
|
||||
|
||||
Layout/LineContinuationSpacing:
|
||||
Enabled: true
|
||||
|
||||
Layout/LineEndStringConcatenationIndentation:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user