Skip to content

Commit

Permalink
Do not exit with error if buf format formats a file
Browse files Browse the repository at this point in the history
This is the intended behaviour.
  • Loading branch information
cmaglie committed Dec 23, 2024
1 parent 8cd67b4 commit f0c02d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ tasks:
protoc:format:
desc: Perform formatting of the protobuf definitions
cmds:
- buf format --write --exit-code
- buf format --write

protoc:breaking-change-detection:
desc: Detect protobuf breaking changes
Expand Down

0 comments on commit f0c02d6

Please sign in to comment.