Skip to content

Commit

Permalink
Fixes #19869 - Disable Style/LineEndConcatenation cop
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll authored and tbrisker committed Sep 13, 2018
1 parent 368eecb commit 4b3bc69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ Layout/AlignHash:

Layout/AlignParameters:
Enabled: false

# disabled until we can configure "+" as concat sign
Style/LineEndConcatenation:
Enabled: false
5 changes: 0 additions & 5 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,11 +385,6 @@ Style/IdenticalConditionalBranches:
Style/IfInsideElse:
Enabled: false

# Offense count: 93
# Cop supports --auto-correct.
Style/LineEndConcatenation:
Enabled: false

# Offense count: 62
# Cop supports --auto-correct.
Style/MethodCallWithoutArgsParentheses:
Expand Down

0 comments on commit 4b3bc69

Please sign in to comment.