Skip to content

Commit 0e4762e

Browse files
committed
disables max line length and parameter list wrapping ktlint rules
1 parent ff6f03b commit 0e4762e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,12 @@ allprojects {
105105
// display the corresponding rule
106106
verbose = true
107107
disabledRules = [
108+
// TODO: Re-enable these 4 rules after reformatting project
108109
"indent",
109110
"experimental:argument-list-wrapping",
111+
"max-line-length",
112+
"parameter-list-wrapping",
113+
110114
"spacing-between-declarations-with-comments",
111115
"no-multi-spaces",
112116
"experimental:spacing-between-declarations-with-annotations",

0 commit comments

Comments
 (0)