HHH-9803 - Checkstyle fix ups
This commit is contained in:
parent
bbfacee64d
commit
bb3998bf34
|
@ -25,8 +25,6 @@
|
|||
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.1//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
|
||||
<module name="Checker">
|
||||
|
||||
<module name="FileContentsHolder"/>
|
||||
|
||||
<module name="SuppressionCommentFilter">
|
||||
<property name="offCommentFormat" value="CHECKSTYLE:START_ALLOW_FINALIZER"/>
|
||||
<property name="onCommentFormat" value="CHECKSTYLE:END_ALLOW_FINALIZER"/>
|
||||
|
@ -37,6 +35,8 @@
|
|||
|
||||
<module name="TreeWalker">
|
||||
|
||||
<module name="FileContentsHolder"/>
|
||||
|
||||
<!--
|
||||
High-priority warnings : fail the build...
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue