buf.yaml 484 B

123456789101112131415161718192021
  1. # buf.yaml — buf module configuration for broad-announce proto
  2. #
  3. # This file defines the module (a collection of .proto sources) and the
  4. # linting / breaking-change rules that CI enforces.
  5. version: v2
  6. name: buf.build/lrosales/broad-announce
  7. deps: []
  8. lint:
  9. use:
  10. - STANDARD
  11. except:
  12. - UNARY_RPC
  13. - SERVICE_SUFFIX
  14. - RPC_REQUEST_STANDARD_NAME
  15. - RPC_RESPONSE_STANDARD_NAME
  16. - ENUM_VALUE_PREFIX
  17. - ENUM_ZERO_VALUE_SUFFIX
  18. breaking:
  19. use:
  20. - FILE
  21. - WIRE