Change rubocop Layout/LineEndStringConcatenationIndentation to EnforcedStyle: indented
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=442626) </details> <!--IssueSummary end--> ## Proposal ``` Layout/LineEndStringConcatenationIndentation: Enabled: true EnforcedStyle: indented ``` ## Background We discussed a rubocop disable to make it easier to work with RubyMine. The remote development team relies on RubyMine, and it seems like there are some conflicting formatting expectations between rubocop and RubyMine. The following discussion from !144376 should be addressed: - [ ] @Andysoiron started a [discussion](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/144376#note_1778988602): (+2 comments) > **Suggestion:** We can use this indentation so we don't have to disable the cop: > > ```suggestion:-0+0 > "does not exist in project repository", > ``` See more context in threads below...
issue