From 006250d9e7d2bc36505233fd725458cfc8100db4 Mon Sep 17 00:00:00 2001 From: "Satadru Pramanik, DO, MPH, MEng" Date: Thu, 6 Apr 2023 14:30:52 -0400 Subject: [PATCH] fix linecontinuation issue (#8160) --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 06f110f13..261c7d60d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -176,6 +176,9 @@ Style/NumericLiterals: Style/RedundantCapitalW: Enabled: false +Style/RedundantLineContinuation: + Enabled: false + Naming/AccessorMethodName: Enabled: false