Skip to content

Commit

Permalink
Revert "HBASE-14902 Revert some of the stringency recently introduced…
Browse files Browse the repository at this point in the history
… by checkstyle tightening"

This reverts commit 998b937.
  • Loading branch information
saintstack committed Jan 5, 2016
1 parent 9997e4e commit 1c4edd2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
http://checkstyle.sourceforge.net/config_blocks.html -->
<module name="EmptyBlock"/>
<module name="LeftCurly"/>
<module name="NeedBraces">
<property name="allowSingleLineStatement" value="true"/>
</module>
<module name="NeedBraces"/>

<!-- Class Design Checks
http://checkstyle.sourceforge.net/config_design.html -->
Expand Down Expand Up @@ -79,9 +77,7 @@

<!-- Javadoc Checks
http://checkstyle.sourceforge.net/config_javadoc.html -->
<module name="JavadocTagContinuationIndentation">
<property name="offset" value="2"/>
</module>
<module name="JavadocTagContinuationIndentation"/>
<module name="NonEmptyAtclauseDescription"/>

<!-- Miscellaneous Checks
Expand Down

0 comments on commit 1c4edd2

Please sign in to comment.