Skip to content

Commit 05cd9e6

Browse files
authored
Faster spotlessApply (#1829)
1 parent c545a79 commit 05cd9e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

buildSrc/src/main/kotlin/ai.spotless-conventions.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ spotless {
1212
// ktfmt() // only supports 4 space indentation
1313
ktlint().userData(mapOf("indent_size" to "2", "continuation_indent_size" to "2"))
1414
licenseHeaderFile(rootProject.file("gradle/enforcement/spotless.license.java"), "(package|import|public)")
15-
targetExclude(
16-
"src/main/kotlin/io.opentelemetry.instrumentation.javaagent-codegen.gradle.kts",
17-
"build/**")
1815
}
1916
format("misc") {
2017
// not using "**/..." to help keep spotless fast

0 commit comments

Comments
 (0)