1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

disables argument list wrapping ktlint rule

This commit is contained in:
ericdecanini
2022-04-12 11:18:01 +02:00
parent e1452c7d03
commit ff6f03b0d4

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