From 600dfae387b1f15cb91b2e1c8f3eb8e0b870ee88 Mon Sep 17 00:00:00 2001 From: Murtaza Hassan Date: Wed, 8 May 2019 16:00:41 +0200 Subject: [PATCH] HBASE-22358 Change rubocop configuration for method length --- hbase-shell/src/main/ruby/.rubocop.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hbase-shell/src/main/ruby/.rubocop.yml b/hbase-shell/src/main/ruby/.rubocop.yml index 72396ed0f38..97995413e73 100644 --- a/hbase-shell/src/main/ruby/.rubocop.yml +++ b/hbase-shell/src/main/ruby/.rubocop.yml @@ -5,4 +5,7 @@ Layout/IndentHeredoc: Enabled: false Metrics/LineLength: - Max: 100 \ No newline at end of file + Max: 100 + +Metrics/MethodLength: + Max: 75