ensure checkstyle uses UNIx EOL to have a portable build on windows

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1757319 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Romain Manni-Bucau 2016-08-23 07:57:16 +00:00
parent 91ab1f089e
commit f85e0347d6
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@
we can remove this file and remove the reference from the pom.xml -->
<module name="Checker">
<module name="NewlineAtEndOfFile" />
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf"/>
</module>
<module name="TreeWalker">
<module name="FileContentsHolder" />
<module name="LineLength">