Skip to content

Commit fe115dc

Browse files
authored
Merge branch 'main' into dconeybe/dataconnect/Emulator_2_14_0
2 parents ddeeb5e + d7d820a commit fe115dc

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/**", "src/test/resources/**")
65+
targetExclude("**/third_party/**", "src/test/resources/**", "release_report.md")
6666
prettier().config(mapOf("printWidth" to 100, "proseWrap" to "always"))
6767
}
6868
}

0 commit comments

Comments
 (0)