disables argument list wrapping ktlint rule

This commit is contained in:
ericdecanini 2022-04-12 11:18:01 +02:00
parent e1452c7d03
commit ff6f03b0d4
1 changed files with 1 additions and 0 deletions

View File

@ -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",