Redisables indent rule
This commit is contained in:
parent
0946a78fa4
commit
ccb2eed4bb
|
@ -126,6 +126,7 @@ allprojects {
|
||||||
// display the corresponding rule
|
// display the corresponding rule
|
||||||
verbose = true
|
verbose = true
|
||||||
disabledRules = [
|
disabledRules = [
|
||||||
|
"indent", // TODO Re-enable this rule after changing indent length
|
||||||
"spacing-between-declarations-with-comments",
|
"spacing-between-declarations-with-comments",
|
||||||
"no-multi-spaces",
|
"no-multi-spaces",
|
||||||
"experimental:spacing-between-declarations-with-annotations",
|
"experimental:spacing-between-declarations-with-annotations",
|
||||||
|
|
Loading…
Reference in New Issue