mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 13:21:50 +01:00
avoids processing anything else than src for spotless linting
This commit is contained in:
parent
567a86c8a4
commit
f15f6df2ae
@ -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 "
|
||||
|
Loading…
x
Reference in New Issue
Block a user