Skip to content

Commit

Permalink
move StringConcatenation rule to 'permanent exceptions' section
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushan354 committed Jan 3, 2025
1 parent f1c4401 commit 990e067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ Layout/HashAlignment:
Enabled: false # Hashes look uglier when corrected
Rails/I18nLocaleTexts:
Enabled: false # Generally the translations are done manually so most times many language translations will be missing while the fallback message is English
Style/StringConcatenation:
Enabled: false

########################
# Temporary exceptions #
Expand Down

0 comments on commit 990e067

Please sign in to comment.