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

Enable ktlint #79

Merged
merged 2 commits into from
Mar 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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