diff --git a/build.gradle.kts b/build.gradle.kts index b984eba05a3..dab824bdf4b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ fun Project.applySpotless() { } format("styling") { target("src/**/*.md", "*.md", "docs/**/*.md") - targetExclude("**/third_party/**", "src/test/resources/**") + targetExclude("**/third_party/**", "src/test/resources/**", "release_report.md") prettier().config(mapOf("printWidth" to 100, "proseWrap" to "always")) } }