Skip to content

Commit 5dae9b5

Browse files
committed
ktlintFormat
1 parent 5c8cec9 commit 5dae9b5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.editorconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ ktlint_standard_backing-property-naming = disabled
99
# enable trailing commas per JetBrains recommendation
1010
# (https://kotlinlang.org/docs/coding-conventions.html#trailing-commas)
1111
ij_kotlin_allow_trailing_comma_on_call_site = true
12-
ij_kotlin_allow_trailing_comma = true
12+
ij_kotlin_allow_trailing_comma = true
13+
14+
[buildSrc/build/**]
15+
ktlint = disabled

aws-runtime/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ dependencies {
7979
it.plugins.apply("dokka-convention") // Apply the Dokka conventions plugin to the subproject
8080
dokka(project(it.path)) // Aggregate the subprojects' generated documentation
8181
}
82-
}
82+
}

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import aws.sdk.kotlin.gradle.dsl.configureLinting
66
import aws.sdk.kotlin.gradle.dsl.configureNexus
77
import aws.sdk.kotlin.gradle.util.typedProp
8-
import java.net.URL
98

109
buildscript {
1110
// NOTE: buildscript classpath for the root project is the parent classloader for the subprojects, we

buildSrc/src/main/kotlin/dokka-convention.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import gradle.kotlin.dsl.accessors._619b2d94f14c1ac9ec487bdd1e99f33b.dokkaSourceSets
2-
import org.gradle.kotlin.dsl.named
3-
import java.net.URL
42
import kotlin.text.set
53

64
plugins {

0 commit comments

Comments
 (0)