mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 06:57:34 +01:00
avoids processing anything else than src for spotless linting
This commit is contained in:
@@ -24,8 +24,7 @@ allprojects {
|
||||
} else {
|
||||
spotless {
|
||||
kotlin {
|
||||
target '**/*.kt'
|
||||
targetExclude("$layout.buildDirectory/**/*.kt")
|
||||
target 'src/**/*.kt'
|
||||
|
||||
ktlint("1.3.1")
|
||||
licenseHeaderFile rootProject.file('spotless/copyright.kt'), "package|import|class|object|sealed|open|interface|abstract "
|
||||
|
||||
Reference in New Issue
Block a user