Do not allow Windows line endings

This commit is contained in:
Andrew Gaul 2015-03-31 13:44:51 -07:00
parent fadbbad8ac
commit 56e687f497
1 changed files with 4 additions and 0 deletions

View File

@ -88,4 +88,8 @@
<property name="format" value="@author"/>
<property name="message" value="Do not use Javadoc @author annotation"/>
</module>
<module name="RegexpMultiline">
<property name="format" value="\r\n"/>
<property name="message" value="Do not use Windows line endings"/>
</module>
</module>