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 11:26:23 UTC

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


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

commit bc2c768a52212b66b449f18593e50086d4bf06b7
Author: Jan Hentschel <ja...@ultratendency.com>
AuthorDate: Wed Mar 18 12:26:09 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: