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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user