[hibernate-dev] [OGM] Checkstyle rule failing in Windows

Davide D'Alto davide at hibernate.org
Thu Apr 25 06:03:22 EDT 2013


Hi,
we have a problem with one of the rules in checkstyle: NewLineAtEndOfFile

It seems that this rule in Windows is using the wrong character to check if
there is a new line at the end of a file.

To solve this issue I've tried to remove the rule and use a regular
expression instead.
The problem is that I don't have Windows or a Mac to test it.

Is there anyone that could check the pull request on WIndows and/or Mac?

The link to the pull request is
https://github.com/hibernate/hibernate-ogm/pull/183

Thanks,
Davide


More information about the hibernate-dev mailing list