Ensures files generated on Windows while building are not checked.

This commit is contained in:
Zack Shoylev 2015-04-07 17:56:03 -05:00
parent 2481193b07
commit efd4aa8bcf
1 changed files with 1 additions and 0 deletions

View File

@ -91,5 +91,6 @@
<module name="RegexpMultiline">
<property name="format" value="\r\n"/>
<property name="message" value="Do not use Windows line endings"/>
<property name="fileExtensions" value="java,xml,json"/>
</module>
</module>