commit
975122f4bb
1 changed files with 3 additions and 2 deletions
|
@ -163,13 +163,14 @@ android {
|
||||||
tasks.getByPath("preBuild").dependsOn("ktlintCheck")
|
tasks.getByPath("preBuild").dependsOn("ktlintCheck")
|
||||||
|
|
||||||
ktlint {
|
ktlint {
|
||||||
version.set("0.47.0")
|
version.set("0.47.1")
|
||||||
android.set(true)
|
android.set(true)
|
||||||
ignoreFailures.set(false)
|
ignoreFailures.set(false)
|
||||||
disabledRules.set(
|
disabledRules.set(
|
||||||
setOf(
|
setOf(
|
||||||
"no-wildcard-imports",
|
"no-wildcard-imports",
|
||||||
"package-name"
|
"package-name",
|
||||||
|
"import-ordering"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
reporters {
|
reporters {
|
||||||
|
|
Loading…
Reference in a new issue