You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2020/05/12 12:09:11 UTC

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

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

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


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

commit c9c20111e4c0268f9f6bef55a1562ad9e89d6ade
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: