From 1b61057dffd4ebe15eaf0cc724ea94d4b96ddfbd Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Tue, 22 Oct 2019 16:36:47 +0200 Subject: [PATCH] Do not enforce Google checkstlye import order The IntelliJ/AS default is different, so this would be a problem for most new developers. Additionally, there definitely are more important things to enforce. --- config/checkstyle/checkstyle-best-practice.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/checkstyle/checkstyle-best-practice.xml b/config/checkstyle/checkstyle-best-practice.xml index 66ce0dcc4..617fc4c78 100644 --- a/config/checkstyle/checkstyle-best-practice.xml +++ b/config/checkstyle/checkstyle-best-practice.xml @@ -187,11 +187,6 @@ - - - - -