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

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

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