You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2019/05/09 10:34:26 UTC

[hbase] branch branch-1 updated: HBASE-22358 Change rubocop configuration for method length

This is an automated email from the ASF dual-hosted git repository.

janh pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new 56548fc  HBASE-22358 Change rubocop configuration for method length
56548fc is described below

commit 56548fcf700e3c549fe6e7d1e7d361166b436cbc
Author: Murtaza Hassan <sy...@gmail.com>
AuthorDate: Wed May 8 16:00:41 2019 +0200

    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 72396ed..9799541 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