From ccb2eed4bb11a33e87a1a1276c500639b968095a Mon Sep 17 00:00:00 2001 From: ericdecanini Date: Fri, 8 Jul 2022 11:56:57 +0100 Subject: [PATCH] Redisables indent rule --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 03c173a2ff..a8d4a88e5b 100644 --- a/build.gradle +++ b/build.gradle @@ -126,6 +126,7 @@ allprojects { // display the corresponding rule verbose = true disabledRules = [ + "indent", // TODO Re-enable this rule after changing indent length "spacing-between-declarations-with-comments", "no-multi-spaces", "experimental:spacing-between-declarations-with-annotations",