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:48:55 UTC

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


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

commit 58a0ef0cfe5607bac8bc170ce7468b57eacf58d0
Author: Jan Hentschel <ja...@ultratendency.com>
AuthorDate: Wed Mar 18 11:48: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: