Revert "HBASE-14902 Revert some of the stringency recently introduced by checkstyle tightening"
This reverts commit 998b9371c9
.
This commit is contained in:
parent
9997e4ee52
commit
1c4edd2ab7
|
@ -41,9 +41,7 @@
|
||||||
http://checkstyle.sourceforge.net/config_blocks.html -->
|
http://checkstyle.sourceforge.net/config_blocks.html -->
|
||||||
<module name="EmptyBlock"/>
|
<module name="EmptyBlock"/>
|
||||||
<module name="LeftCurly"/>
|
<module name="LeftCurly"/>
|
||||||
<module name="NeedBraces">
|
<module name="NeedBraces"/>
|
||||||
<property name="allowSingleLineStatement" value="true"/>
|
|
||||||
</module>
|
|
||||||
|
|
||||||
<!-- Class Design Checks
|
<!-- Class Design Checks
|
||||||
http://checkstyle.sourceforge.net/config_design.html -->
|
http://checkstyle.sourceforge.net/config_design.html -->
|
||||||
|
@ -79,9 +77,7 @@
|
||||||
|
|
||||||
<!-- Javadoc Checks
|
<!-- Javadoc Checks
|
||||||
http://checkstyle.sourceforge.net/config_javadoc.html -->
|
http://checkstyle.sourceforge.net/config_javadoc.html -->
|
||||||
<module name="JavadocTagContinuationIndentation">
|
<module name="JavadocTagContinuationIndentation"/>
|
||||||
<property name="offset" value="2"/>
|
|
||||||
</module>
|
|
||||||
<module name="NonEmptyAtclauseDescription"/>
|
<module name="NonEmptyAtclauseDescription"/>
|
||||||
|
|
||||||
<!-- Miscellaneous Checks
|
<!-- Miscellaneous Checks
|
||||||
|
|
Loading…
Reference in New Issue