You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Appy (JIRA)" <ji...@apache.org> on 2018/01/11 03:16:00 UTC

[jira] [Commented] (HBASE-19566) Fix Checkstyle errors in hbase-client-project

    [ https://issues.apache.org/jira/browse/HBASE-19566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321626#comment-16321626 ] 

Appy commented on HBASE-19566:
------------------------------

Why do we need this? It's not needed for modules like hbase-server.
{noformat}
81	      <plugin>
82	        <groupId>org.apache.maven.plugins</groupId>
83	        <artifactId>maven-checkstyle-plugin</artifactId>
84	        <executions>
85	          <execution>
86	            <id>checkstyle</id>
87	            <phase>validate</phase>
88	            <goals>
89	              <goal>check</goal>
90	            </goals>
91	            <configuration>
92	              <failOnViolation>true</failOnViolation>
93	            </configuration>
94	          </execution>
95	        </executions>
96	      </plugin>
{noformat}

> Fix Checkstyle errors in hbase-client-project
> ---------------------------------------------
>
>                 Key: HBASE-19566
>                 URL: https://issues.apache.org/jira/browse/HBASE-19566
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Jan Hentschel
>            Assignee: Jan Hentschel
>            Priority: Trivial
>             Fix For: 3.0.0, 2.0.0-beta-1
>
>         Attachments: HBASE-19566.master.001.patch
>
>
> Fix the remaining Checkstyle errors in the *hbase-client-project* module and enable Checkstyle to fail on violations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)