Skip to content

Commit

Permalink
fix ktlint setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jillesvangurp committed Apr 27, 2020
1 parent d55f314 commit 3aaa880
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ buildscript {

plugins {
id("org.jetbrains.kotlin.jvm") version "1.3.72"
// id("com.diffplug.gradle.spotless") version "3.25.0"
id("org.jetbrains.dokka") version "0.10.1"
id("com.github.ben-manes.versions") version "0.28.0" // gradle dependencyUpdates -Drevision=release

Expand Down Expand Up @@ -94,7 +93,7 @@ configure<ComposeExtension> {
configure<KtlintExtension> {
ignoreFailures.set(true)
filter {
exclude("**/generatedcode/**/*")
exclude("build/**/*")
}
}

Expand Down

0 comments on commit 3aaa880

Please sign in to comment.