disables argument list wrapping ktlint rule
This commit is contained in:
parent
e1452c7d03
commit
ff6f03b0d4
|
@ -106,6 +106,7 @@ allprojects {
|
|||
verbose = true
|
||||
disabledRules = [
|
||||
"indent",
|
||||
"experimental:argument-list-wrapping",
|
||||
"spacing-between-declarations-with-comments",
|
||||
"no-multi-spaces",
|
||||
"experimental:spacing-between-declarations-with-annotations",
|
||||
|
|
Loading…
Reference in New Issue