From 7900089edadb3ac30b2e942f67f3b61113b916fe Mon Sep 17 00:00:00 2001 From: Lucwousin Date: Sat, 16 Nov 2019 03:53:37 +0100 Subject: [PATCH] Update checkstyle allow {} on classes and anonymous classes check empty lines in imports --- config/checkstyle/checkstyle.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 6f6c6e65da..35ebf4519b 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -32,6 +32,8 @@ + + @@ -42,12 +44,12 @@ - - - - + + + + + - @@ -57,6 +59,11 @@ + + + + +