From d508772a40ef26e5c3a8304aa1f2b8c7985081bd Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Sat, 10 Feb 2024 17:30:32 +0000 Subject: [PATCH] style(rubocop): disable Style/StringConcatenation cop --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index e9827421..a2fc1a63 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -185,3 +185,6 @@ Metrics/MethodLength: Metrics/BlockNesting: # As above. Enabled: false + +Style/StringConcatenation: + Enabled: false