This is an automated email from the ASF dual-hosted git repository.
janh pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new b767965 HBASE-22358 Change rubocop configuration for method length
b767965 is described below
commit b767965d935610039334487a4468c8b29de3b88d
Author: Murtaza Hassan <[email protected]>
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