Migrates lint to the newer default version and copyright to 2025

This commit is contained in:
Vitor Pamplona
2025-05-14 11:59:15 -04:00
parent 47de821f6d
commit b045d0e122
1689 changed files with 1749 additions and 1717 deletions

View File

@@ -18,7 +18,7 @@ allprojects {
}
spotlessPredeclare {
kotlin {
ktlint("1.3.1")
ktlint()
}
}
} else {
@@ -26,7 +26,7 @@ allprojects {
kotlin {
target 'src/**/*.kt'
ktlint("1.3.1")
ktlint()
licenseHeaderFile rootProject.file('spotless/copyright.kt'), "package|import|class|object|sealed|open|interface|abstract "
}