Enable EmptyLineSeparator check, issue #1040

This commit is contained in:
Michal Kordas 2015-05-01 18:42:31 +02:00
parent 224d8144c2
commit e63c0fb258
1 changed files with 3 additions and 1 deletions

View File

@ -233,6 +233,9 @@
</module>
<module name="AvoidStaticImport"/>
<module name="EmptyCatchBlock"/>
<module name="EmptyLineSeparator">
<property name="allowNoEmptyLineBetweenFields" value="true"/>
</module>
<!--
<module name="AbbreviationAsWordInName"/>
@ -253,7 +256,6 @@
<module name="DescendantToken"/>
<module name="DesignForExtension"/>
<module name="EmptyForInitializerPad"/>
<module name="EmptyLineSeparator"/>
<module name="EmptyStatement"/>
<module name="ExecutableStatementCount"/>
<module name="FallThrough"/>