diff --git a/.rubocop.yml b/.rubocop.yml index 0dda636305..9fe6c64747 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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 # @@ -171,8 +173,6 @@ Style/DateTime: Enabled: false Rails/ContentTag: Enabled: false -Style/StringConcatenation: - Enabled: false Style/OptionalBooleanParameter: Enabled: false Style/ExplicitBlockArgument: