Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Enable ktlint (#79)
Browse files Browse the repository at this point in the history
* Enable ktlint
  • Loading branch information
danimontoya committed Mar 4, 2020
1 parent 129b8ad commit 9b0544f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions arrow-benchmarks-fx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ plugins {
apply from: "$SUBPROJECT_CONF"
apply from: "$DOC_CONF"

ktlintJmhSourceSetCheck.enabled = false

dependencies {
compile project(":arrow-fx")
compile project(":arrow-fx-rx2")
Expand Down
2 changes: 0 additions & 2 deletions arrow-fx-kotlinx-coroutines/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ apply from: "$SUBPROJECT_CONF"
apply from: "$DOC_CONF"
apply from: "$PUBLISH_CONF"

ktlintMainSourceSetCheck.enabled = false

dependencies {
implementation project(':arrow-fx')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
Expand Down
2 changes: 0 additions & 2 deletions arrow-fx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ apply from: "$SUBPROJECT_CONF"
apply from: "$DOC_CONF"
apply from: "$PUBLISH_CONF"

ktlintTestSourceSetCheck.enabled = false

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
compile "io.arrow-kt:arrow-annotations:$VERSION_NAME", excludeArrow
Expand Down

0 comments on commit 9b0544f

Please sign in to comment.