[
https://issues.apache.org/jira/browse/HBASE-12523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14216815#comment-14216815
]
Sean Busbey commented on HBASE-12523:
-------------------------------------
the combination of these three changes brings us from
{code}
1591
source="com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck"
915 source="com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck"
316 source="com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck"
{code}
to
{code}
901 source="com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck"
262 source="com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck"
129
source="com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck"
{code}
> Update checkstyle plugin rules to match our use
> -----------------------------------------------
>
> Key: HBASE-12523
> URL: https://issues.apache.org/jira/browse/HBASE-12523
> Project: HBase
> Issue Type: Sub-task
> Components: build
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Minor
> Labels: checkstyle
>
> update our checkstyle configuration to make sure the things that are flagged
> are things we don't want people doing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)