Skip to content

Commit 4ef69bc

Browse files
committed
[Infra] Ignore release_report.md from formatter
The file is auto generated and not intended to be consumed directly, thus formatting isn't a priority. Also, since it's generated during the release process, the only way of running the formatter would be checking out the branch, which is not necessary for any other step of the process.
1 parent 77c5daf commit 4ef69bc

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)