Add and apply LineContinuationSpacing rubocop rule

So now we're consistent when separating multiline strings.
This commit is contained in:
Javi Martín
2023-07-18 03:23:27 +02:00
parent f5c2a3d4ef
commit 96a0aa2a88
25 changed files with 179 additions and 176 deletions

View File

@@ -87,7 +87,7 @@ describe "Level three verification" do
click_link "Send me a letter with the code"
expect(page).to have_content "Thank you for requesting your maximum security code (only required for the final votes)."\
expect(page).to have_content "Thank you for requesting your maximum security code (only required for the final votes)." \
" In a few days we will send it to the address featuring in the data we have on file."
end
end