Buf has no command to check that generated code is consistent with committed generated code.
Switched codegen to protox so that installing protoc is unnecessary in order to build.
buf lint is used on the CI, in conjunction with protolint.
buf format is not used on the CI, because it is not configurable, and differs in format from protolint's enforced style.
Buf has no command to check that generated code is consistent with committed generated code. Switched codegen to protox so that installing
protoc
is unnecessary in order to build.buf lint
is used on the CI, in conjunction withprotolint
.buf format
is not used on the CI, because it is not configurable, and differs in format fromprotolint
's enforced style.