You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a windows system (after removing the gpg plugin) I get after mvn clean install
[INFO] There are 45 errors reported by Checkstyle 6.18 with checkstyle.xml ruleset.
[ERROR] src\main\java\com\quirk\csv\annotation\CSVReadBinding.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] src\main\java\com\quirk\csv\annotation\CSVReadComponent.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] src\main\java\com\quirk\csv\annotation\CSVType.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] src\main\java\com\quirk\csv\annotation\CSVWriteBinding.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] src\main\java\com\quirk\csv\annotation\CSVWriteComponent.java:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
I don't get the errors on a Unix system.
The text was updated successfully, but these errors were encountered:
On a windows system (after removing the gpg plugin) I get after
mvn clean install
I don't get the errors on a Unix system.
The text was updated successfully, but these errors were encountered: