buf.yaml 536 B

12345678910111213141516171819202122
  1. ---
  2. version: v1beta1
  3. name: buf.build/wormhole-foundation/wormhole
  4. deps:
  5. - buf.build/googleapis/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. RPC_NO_SERVER_STREAMING:
  17. # Allow streamed RPC for the spy server, which is designed to run as a sidecar
  18. # and won't handle large amounts of connections.
  19. - spy/v1/spy.proto
  20. breaking:
  21. use:
  22. - WIRE_JSON