You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protoc-gen-buf-check-{breaking,lint} were deprecated in https://github.com/bufbuild/buf/releases/tag/v0.34.0. This was just a rename, the exact same functionality is available via protoc-gen-buf-{breaking,lint}.
protoc-gen-buf-check-{breaking,lint}
were deprecated in https://github.com/bufbuild/buf/releases/tag/v0.34.0. This was just a rename, the exact same functionality is available viaprotoc-gen-buf-{breaking,lint}
.All you need to do throughout the repository is:
s/protoc-gen-buf-check-breaking/protoc-gen-buf-breaking/
s/protoc-gen-buf-check-lint/protoc-gen-buf-lint
s/--buf-check-breaking_out/--buf-breaking_out/
s/--buf-check-lint_out/--buf-lint_out/
And it should work, including for downloading/installing releases.
The text was updated successfully, but these errors were encountered: