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:30:30 UTC

[hbase] branch branch-2.0 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-2.0
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 304f300d01895f338800b1776426eeedb3a5e5c8
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