From 00d2c30ef8451dcc961dfc0f66c4b4b868aadd27 Mon Sep 17 00:00:00 2001 From: Bharath Vissapragada Date: Fri, 1 Nov 2019 15:02:51 -0700 Subject: [PATCH] HBASE-23242: [checkstyle] Make LineLength a child of Checker module. As per checkstyle docs[1], it should be placed under Checker. Otherwise intellij complains to import this configuration. [1] https://checkstyle.sourceforge.io/config_sizes.html#LineLength --- .../src/main/resources/hbase/checkstyle.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml index fd5ced8a54fa..63637ee5d2db 100644 --- a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml +++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml @@ -122,12 +122,6 @@ - - - - - + + + + +