From 212282c8aaf623f451e3f72674ed4d3ed550602d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E7=A3=8A?= Date: Tue, 26 Nov 2019 03:36:23 +0800 Subject: [PATCH] [HUDI-358] Add Java-doc and importOrder checkstyle rule (#1043) - import groups are separated by one blank line - org.apache.hudi.* at the top location --- style/checkstyle.xml | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/style/checkstyle.xml b/style/checkstyle.xml index 7eab7b439..91f51c373 100644 --- a/style/checkstyle.xml +++ b/style/checkstyle.xml @@ -206,11 +206,6 @@ --> - - - - - @@ -274,5 +269,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + +