mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
disables argument list wrapping ktlint rule
This commit is contained in:
parent
e1452c7d03
commit
ff6f03b0d4
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ allprojects {
|
||||||
verbose = true
|
verbose = true
|
||||||
disabledRules = [
|
disabledRules = [
|
||||||
"indent",
|
"indent",
|
||||||
|
"experimental:argument-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 a new issue