mirror of https://github.com/apache/openjpa.git
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:
parent
91ab1f089e
commit
f85e0347d6
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue