Skip to content

Commit

Permalink
update :: coloredOutput false
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTaeO committed Jul 5, 2024
1 parent 36b60c3 commit ef9163b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,9 @@ ktlint {
verbose.set(true)
android.set(false)
outputToConsole.set(true)
coloredOutput.set(true)
coloredOutput.set(false)
ignoreFailures.set(false)
enableExperimentalRules.set(false)

disabledRules.set(setOf("no-wildcard-imports", "import-ordering"))
}

tasks.named("build") {
dependsOn.remove(tasks.named("ktlintCheck"))
}

0 comments on commit ef9163b

Please sign in to comment.