Skip to content

Commit

Permalink
HBASE-14902 Revert some of the stringency recently introduced by chec…
Browse files Browse the repository at this point in the history
…kstyle tightening
  • Loading branch information
saintstack committed Jan 19, 2016
1 parent 318814d commit 2c0394f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
http://checkstyle.sourceforge.net/config_blocks.html -->
<module name="EmptyBlock"/>
<module name="LeftCurly"/>
<module name="NeedBraces"/>
<module name="NeedBraces">
<property name="allowSingleLineStatement" value="true"/>
</module>

<!-- Class Design Checks
http://checkstyle.sourceforge.net/config_design.html -->
Expand Down

0 comments on commit 2c0394f

Please sign in to comment.