From f0c02d66f663c284816b52315a2929225314fed8 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 23 Dec 2024 12:35:55 +0100 Subject: [PATCH] Do not exit with error if `buf format` formats a file This is the intended behaviour. --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index dac827c033b..08cd153a3be 100755 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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