You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jan Hentschel (JIRA)" <ji...@apache.org> on 2019/05/07 19:18:00 UTC

[jira] [Resolved] (HBASE-20851) Change rubocop config for max line length of 100

     [ https://issues.apache.org/jira/browse/HBASE-20851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Hentschel resolved HBASE-20851.
-----------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 1.4.11
                   1.3.5
                   2.2.1
                   2.1.5
                   2.0.6
                   2.3.0
                   1.5.0
                   3.0.0
     Release Note: The rubocop configuration in the hbase-shell module now allows a line length with 100 characters, instead of 80 as before. For everything before 2.1.5 this change introduces rubocop itself.

> Change rubocop config for max line length of 100
> ------------------------------------------------
>
>                 Key: HBASE-20851
>                 URL: https://issues.apache.org/jira/browse/HBASE-20851
>             Project: HBase
>          Issue Type: Bug
>          Components: community, shell
>    Affects Versions: 2.0.1
>            Reporter: Umesh Agashe
>            Assignee: Murtaza Hassan
>            Priority: Minor
>              Labels: beginner, beginners
>             Fix For: 3.0.0, 1.5.0, 2.3.0, 2.0.6, 2.1.5, 2.2.1, 1.3.5, 1.4.11
>
>
> Existing ruby and Java code uses max line length of 100 characters. Change rubocop config with:
> {code:java}
> Metrics/LineLength:
>   Max: 100
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)