Skip to content

Commit

Permalink
style(rubocop): disable Style/StringConcatenation cop
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Feb 10, 2024
1 parent b0ac9ef commit d508772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -185,3 +185,6 @@ Metrics/MethodLength:
Metrics/BlockNesting:
# As above.
Enabled: false

Style/StringConcatenation:
Enabled: false

0 comments on commit d508772

Please sign in to comment.