Skip to content

Commit 5c9ecdc

Browse files
committed
Don't lint build directories
1 parent 49a9f3f commit 5c9ecdc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.editorconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ 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
13-
14-
[buildSrc/build/**]
15-
ktlint = disabled
12+
ij_kotlin_allow_trailing_comma = true

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ val lintPaths = listOf(
8787
"!**/generated/ksp/**",
8888
"!**/kspCaches/**",
8989
"!**/smithyprojections/**",
90+
"!**/build/**",
9091
)
9192

9293
configureLinting(lintPaths)

0 commit comments

Comments
 (0)