Skip to content

Commit 00d36e5

Browse files
committed
Exclude submodules in crashlytics
1 parent c160ace commit 00d36e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ fun Project.applySpotless() {
6262
}
6363
format("styling") {
6464
target("**/*.md")
65+
targetExclude("**/third_party/**")
6566
prettier().config(mapOf("printWidth" to 100, "proseWrap" to "always"))
6667
}
6768
}

0 commit comments

Comments
 (0)