disables max line length and parameter list wrapping ktlint rules

This commit is contained in:
ericdecanini 2022-04-12 11:25:35 +02:00
parent ff6f03b0d4
commit 0e4762e3de
1 changed files with 4 additions and 0 deletions

View File

@ -105,8 +105,12 @@ 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",