disables indent ktlint rule

This commit is contained in:
ericdecanini 2022-04-12 11:12:14 +02:00
parent 19328db2de
commit e1452c7d03

View file

@ -105,6 +105,7 @@ allprojects {
// display the corresponding rule
verbose = true
disabledRules = [
"indent",
"spacing-between-declarations-with-comments",
"no-multi-spaces",
"experimental:spacing-between-declarations-with-annotations",