Skip to content

Change rubocop Layout/LineEndStringConcatenationIndentation to EnforcedStyle: indented

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

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 (merged) should be addressed:

  • @Andysoiron started a discussion: (+2 comments)

    Suggestion: We can use this indentation so we don't have to disable the cop:

                "does not exist in project repository",

See more context in threads below...

Edited by 🤖 GitLab Bot 🤖