|
| 1 | +version: v2 |
| 2 | +modules: |
| 3 | + - path: . |
| 4 | + excludes: |
| 5 | + - bazel-bin |
| 6 | + - bazel-out |
| 7 | + - bazel-testlogs |
| 8 | + - bazel-xds |
| 9 | +deps: |
| 10 | + - buf.build/envoyproxy/protoc-gen-validate |
| 11 | + - buf.build/googleapis/googleapis |
| 12 | + - buf.build/google/cel-spec |
| 13 | +lint: |
| 14 | + use: |
| 15 | + - STANDARD |
| 16 | + ignore_only: |
| 17 | + # ENUM_VALUE_PREFIX: Legacy enums with established names that cannot be changed for compatibility |
| 18 | + ENUM_VALUE_PREFIX: |
| 19 | + - udpa/annotations/status.proto # PackageVersionStatus enum |
| 20 | + - xds/annotations/v3/status.proto # PackageVersionStatus enum |
| 21 | + - xds/core/v3/resource_locator.proto # Scheme enum |
| 22 | + # ENUM_ZERO_VALUE_SUFFIX: Legacy enum zero values that predate _UNSPECIFIED convention |
| 23 | + ENUM_ZERO_VALUE_SUFFIX: |
| 24 | + - udpa/annotations/status.proto # PackageVersionStatus.UNKNOWN |
| 25 | + - xds/annotations/v3/status.proto # PackageVersionStatus.UNKNOWN |
| 26 | + - xds/core/v3/resource_locator.proto # Scheme.XDSTP |
| 27 | + # PACKAGE_VERSION_SUFFIX: udpa.annotations package is legacy and predates versioning requirements |
| 28 | + PACKAGE_VERSION_SUFFIX: |
| 29 | + - udpa/annotations/migrate.proto |
| 30 | + - udpa/annotations/security.proto |
| 31 | + - udpa/annotations/sensitive.proto |
| 32 | + - udpa/annotations/status.proto |
| 33 | + - udpa/annotations/versioning.proto |
| 34 | + # RPC naming: ORCA service uses established naming convention that predates buf standards |
| 35 | + RPC_REQUEST_RESPONSE_UNIQUE: |
| 36 | + - udpa/service/orca/v1/orca.proto # StreamCoreMetrics RPC |
| 37 | + - xds/service/orca/v3/orca.proto # StreamCoreMetrics RPC |
| 38 | + RPC_REQUEST_STANDARD_NAME: |
| 39 | + - udpa/service/orca/v1/orca.proto # StreamCoreMetrics RPC |
| 40 | + - xds/service/orca/v3/orca.proto # StreamCoreMetrics RPC |
| 41 | + RPC_RESPONSE_STANDARD_NAME: |
| 42 | + - udpa/service/orca/v1/orca.proto # StreamCoreMetrics RPC |
| 43 | + - xds/service/orca/v3/orca.proto # StreamCoreMetrics RPC |
| 44 | +breaking: |
| 45 | + use: |
| 46 | + - FILE |
0 commit comments