From 7a0e24abd9c605bc8652e5898b44d39e10ed4e18 Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Mon, 15 Jun 2015 13:18:09 -0400 Subject: [PATCH] remove checkstyle rule NewlineAtEndOfFile If I understand correctly, this rule is mostly meant to deal with very old source control systems like CVS, and I don't think that any tools we are working with here care about new lines at the end of the file. Mostly this just causes annoyances. --- checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index 8ceeb4af..cf161c35 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -4,7 +4,6 @@ "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> -