Redisables indent rule
This commit is contained in:
parent
0946a78fa4
commit
ccb2eed4bb
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue