From 711fbce9ba938f788426a0ff5cd455b8eff4ab0e Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 2 Feb 2022 13:58:44 -0500 Subject: [PATCH] Remove lf from NewlineAtEndOfFileCheck Different OSs may check out files with different line separators. So, to better support other development environments it would be great to just require any end of file, not just Linux-specific. --- spring-cloud-build-tools/src/main/resources/checkstyle.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-cloud-build-tools/src/main/resources/checkstyle.xml b/spring-cloud-build-tools/src/main/resources/checkstyle.xml index c3e1de40..36b37e95 100644 --- a/spring-cloud-build-tools/src/main/resources/checkstyle.xml +++ b/spring-cloud-build-tools/src/main/resources/checkstyle.xml @@ -20,9 +20,7 @@ - - - +