This is an automated email from the ASF dual-hosted git repository.

dazeydev pushed a commit to branch 2.2.x
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/2.2.x by this push:
     new a125d2b  Fix Checkstyles EOL exceptions
     new 78f9674  Merge pull request #46 from dazey3/fixCheckStyles
a125d2b is described below

commit a125d2b016088f1ab0f4511cd7cd5134b59fe3dc
Author: Will Dazey <dazeyde...@gmail.com>
AuthorDate: Wed May 15 15:12:39 2019 -0500

    Fix Checkstyles EOL exceptions
    
    Signed-off-by: Will Dazey <dazeyde...@gmail.com>
---
 openjpa-project/checkstyle.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/openjpa-project/checkstyle.xml b/openjpa-project/checkstyle.xml
index d7191bd..b80c9c0 100644
--- a/openjpa-project/checkstyle.xml
+++ b/openjpa-project/checkstyle.xml
@@ -26,7 +26,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">

Reply via email to