This commit is contained in:
Benoit Marty 2022-12-22 18:39:18 +01:00
parent 3d9ba211a3
commit 0fcdd25919
2 changed files with 10 additions and 10 deletions

View file

@ -95,6 +95,8 @@ allprojects {
"experimental:kdoc-wrapping",
// Ignore error "Redundant curly braces", since we use it to fix false positives, for instance in "elementLogs.${i}.txt"
"string-template",
// Not the same order than Android Studio formatter...
"import-ordering",
)
)
}