Skip to content

Commit

Permalink
rubocop: disable Layout/LineEndStringConcatenationIndentation cop
Browse files Browse the repository at this point in the history
I don't like how it looks like.
  • Loading branch information
kyrylo committed Oct 6, 2021
1 parent ab7a2ec commit beb8f33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ RSpec/MultipleMemoizedHelpers:

RSpec/AnyInstance:
Enabled: false

Layout/LineEndStringConcatenationIndentation:
Enabled: false

0 comments on commit beb8f33

Please sign in to comment.