We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a9f3f commit 5c9ecdcCopy full SHA for 5c9ecdc
.editorconfig
@@ -9,7 +9,4 @@ ktlint_standard_backing-property-naming = disabled
9
# enable trailing commas per JetBrains recommendation
10
# (https://kotlinlang.org/docs/coding-conventions.html#trailing-commas)
11
ij_kotlin_allow_trailing_comma_on_call_site = true
12
-ij_kotlin_allow_trailing_comma = true
13
-
14
-[buildSrc/build/**]
15
-ktlint = disabled
+ij_kotlin_allow_trailing_comma = true
build.gradle.kts
@@ -87,6 +87,7 @@ val lintPaths = listOf(
87
"!**/generated/ksp/**",
88
"!**/kspCaches/**",
89
"!**/smithyprojections/**",
90
+ "!**/build/**",
91
)
92
93
configureLinting(lintPaths)
0 commit comments