Ignore NewlineAtEndOfFile as this will break the build on windows any

time
This commit is contained in:
norman 2012-03-02 11:33:43 +01:00
parent fd60de8761
commit 735aa8ff45
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@
</module>
<module name="FileTabCharacter"/>
<module name="JavadocPackage"/>
<module name="NewlineAtEndOfFile"/>
<module name="NewlineAtEndOfFile">
<!-- Ignore as this is not possible in windows -->
<property name="severity" value="ignore" />
</module>
<module name="RegexpSingleline">
<property name="format" value="^(\s|\*)*Copyright\s+[0-9]+\s+The Netty Project\s*$"/>
<property name="minimum" value="1"/>