Skip to content

Commit

Permalink
exclude build-logic from spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jumaallan committed Feb 15, 2023
1 parent 67c1533 commit 8765c84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ subprojects {
spotless {
kotlin {
target("**/*.kt")
targetExclude("${project.rootDir}/build-logic/**/*.kt")
licenseHeaderFile(
rootProject.file("${project.rootDir}/spotless/copyright.kt"),
"^(package|object|import|interface)"
Expand Down

0 comments on commit 8765c84

Please sign in to comment.