Reenables disabled rules from reformatting
This commit is contained in:
parent
8a68b31f1b
commit
0946a78fa4
|
@ -126,12 +126,6 @@ allprojects {
|
||||||
// display the corresponding rule
|
// display the corresponding rule
|
||||||
verbose = true
|
verbose = true
|
||||||
disabledRules = [
|
disabledRules = [
|
||||||
// TODO Re-enable these 4 rules after reformatting project
|
|
||||||
"indent",
|
|
||||||
"experimental:argument-list-wrapping",
|
|
||||||
"max-line-length",
|
|
||||||
"parameter-list-wrapping",
|
|
||||||
|
|
||||||
"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