Skip to content

Commit 7c5bcee

Browse files
committed
Ignore resources
1 parent b68f954 commit 7c5bcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fun Project.applySpotless() {
6262
}
6363
format("styling") {
6464
target("src/**/*.md", "*.md", "docs/**/*.md")
65-
targetExclude("**/third_party/**")
65+
targetExclude("**/third_party/**", "src/test/resources/**")
6666
prettier().config(mapOf("printWidth" to 100, "proseWrap" to "always"))
6767
}
6868
}

0 commit comments

Comments
 (0)