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 09:57:08 UTC

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


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

commit 8b5b6ce3ecc1999047e2bd6adc33a9233905aa6e
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