From d7e70bb497ccac53905d69bcbcfd67107f73badf Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Wed, 18 Mar 2020 11:09:36 +0100 Subject: [PATCH] HBASE-23943 Updated Rubocop configuration to current version Signed-off-by: Nick Dimiduk Signed-off-by: Viraj Jasani --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 97995413e73..f877a052eea 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,10 +1,10 @@ Naming/HeredocDelimiterNaming: Enabled: false -Layout/IndentHeredoc: +Layout/HeredocIndentation: Enabled: false -Metrics/LineLength: +Layout/LineLength: Max: 100 Metrics/MethodLength: