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 2020/03/18 10:09:55 UTC

[hbase] branch master updated: HBASE-23943 Updated Rubocop configuration to current version

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d7e70bb  HBASE-23943 Updated Rubocop configuration to current version
d7e70bb is described below

commit d7e70bb497ccac53905d69bcbcfd67107f73badf
Author: Jan Hentschel <ja...@ultratendency.com>
AuthorDate: Wed Mar 18 11:09:36 2020 +0100

    HBASE-23943 Updated Rubocop configuration to current version
    
    Signed-off-by: Nick Dimiduk <nd...@apache.org>
    Signed-off-by: Viraj Jasani <vj...@apache.org>
---
 .rubocop.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.rubocop.yml b/.rubocop.yml
index 9799541..f877a05 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,10 +1,10 @@
 Naming/HeredocDelimiterNaming:
   Enabled: false
 
-Layout/IndentHeredoc:
+Layout/HeredocIndentation:
   Enabled: false
 
-Metrics/LineLength:
+Layout/LineLength:
   Max: 100
 
 Metrics/MethodLength: