From 82fffe306241b7ce4065e8f53f61012548c24b4f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 7 Oct 2015 16:54:34 -0700 Subject: [PATCH] Relax `ParenPad` checkstyle rule Eclipse Mars has a formatter bug (#479291) that sometimes adds additional whitespace on annotations. Until it's fixed we need to relax the `ParenPad` checkstyle rule. --- spring-boot-parent/src/checkstyle/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-parent/src/checkstyle/checkstyle.xml b/spring-boot-parent/src/checkstyle/checkstyle.xml index 9224ffb0ad6..85a7d98753f 100644 --- a/spring-boot-parent/src/checkstyle/checkstyle.xml +++ b/spring-boot-parent/src/checkstyle/checkstyle.xml @@ -143,7 +143,7 @@ - +