buf.yaml 520 B

12345678910111213141516171819202122
  1. ---
  2. version: v1beta1
  3. name: buf.build/certusone/wormhole
  4. deps:
  5. - buf.build/beta/googleapis
  6. - buf.build/grpc-ecosystem/grpc-gateway
  7. build:
  8. roots:
  9. - proto
  10. lint:
  11. use:
  12. - DEFAULT
  13. # https://github.com/twitchtv/twirp/issues/70#issuecomment-470367807
  14. - UNARY_RPC
  15. ignore_only:
  16. SERVICE_SUFFIX:
  17. # Too late to rename the service from Agent to AgentService -
  18. # service names cannot be changed in a backwards compatible fashion.
  19. - agent/v1/service.proto
  20. breaking:
  21. use:
  22. - WIRE_JSON