Skip to content

Commit

Permalink
Exclude weblate strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jobobby04 committed Aug 23, 2024
1 parent 91b98cd commit 45b5d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/src/main/kotlin/mihon.code.lint.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spotless {
format("xml") {
target("**/*.xml")
targetExclude("**/build/**/*.xml")
// weblate seems to have its own line endings
targetExclude("**/moko-resources/**/*.xml")
trimTrailingWhitespace()
endWithNewline()
}
Expand Down

0 comments on commit 45b5d9b

Please sign in to comment.