Reenables disabled rules from reformatting

This commit is contained in:
ericdecanini 2022-07-08 10:12:57 +01:00
parent 8a68b31f1b
commit 0946a78fa4
1 changed files with 0 additions and 6 deletions

View File

@ -126,12 +126,6 @@ allprojects {
// display the corresponding rule
verbose = true
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",
"no-multi-spaces",
"experimental:spacing-between-declarations-with-annotations",