Redisables indent rule

This commit is contained in:
ericdecanini 2022-07-08 11:56:57 +01:00
parent 0946a78fa4
commit ccb2eed4bb
1 changed files with 1 additions and 0 deletions

View File

@ -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",