Skip to content

Commit f0c02d6

Browse files
committed
Do not exit with error if buf format formats a file
This is the intended behaviour.
1 parent 8cd67b4 commit f0c02d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ tasks:
265265
protoc:format:
266266
desc: Perform formatting of the protobuf definitions
267267
cmds:
268-
- buf format --write --exit-code
268+
- buf format --write
269269

270270
protoc:breaking-change-detection:
271271
desc: Detect protobuf breaking changes

0 commit comments

Comments
 (0)