Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move protoc-gen-buf-check-{breaking,lint} to protoc-gen-buf-{breaking,lint} #1813

Open
bufdev opened this issue Jul 28, 2021 · 0 comments
Open

Comments

@bufdev
Copy link

bufdev commented Jul 28, 2021

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}.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants