diff --git a/build.gradle b/build.gradle index 352b82c457..32bb1f4332 100644 --- a/build.gradle +++ b/build.gradle @@ -105,6 +105,7 @@ allprojects { // display the corresponding rule verbose = true disabledRules = [ + "indent", "spacing-between-declarations-with-comments", "no-multi-spaces", "experimental:spacing-between-declarations-with-annotations",