Add Layout/LineEndStringConcatenationIndentation rule

This rule was added in Rubocop 1.18.0, but we didn't add it back then.
Since we're applying it most of the time, we might as well be consistent
and apply it everywhere.
This commit is contained in:
Javi Martín
2022-08-25 21:06:12 +02:00
parent 0d11f2c66a
commit f800a02a42
6 changed files with 18 additions and 15 deletions

View File

@@ -66,6 +66,9 @@ Layout/IndentationWidth:
Layout/LeadingEmptyLines:
Enabled: true
Layout/LineEndStringConcatenationIndentation:
Enabled: true
Layout/LineLength:
Max: 110
Severity: refactor