-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuf.yaml
42 lines (42 loc) · 1.27 KB
/
buf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
version: v1
deps:
- buf.build/grpc-ecosystem/grpc-gateway
- buf.build/googleapis/googleapis
build:
excludes:
- aruna/api/google
- aruna/api/protoc-gen-openapiv2
lint:
use:
- DEFAULT
ignore:
- aruna/api/google
- aruna/api/health
- aruna/api/protoc-gen-openapiv2
ignore_only:
ENUM_VALUE_PREFIX:
- grpc/gateway/protoc_gen_openapiv2/options/openapiv2.proto
- grpc/gateway/protoc_gen_openapiv2/options/annotations.proto
ENUM_ZERO_VALUE_SUFFIX:
- grpc/gateway/protoc_gen_openapiv2/options/openapiv2.proto
- grpc/gateway/protoc_gen_openapiv2/options/annotations.proto
PACKAGE_VERSION_SUFFIX:
- grpc/gateway/protoc_gen_openapiv2/options/openapiv2.proto
- grpc/gateway/protoc_gen_openapiv2/options/annotations.proto
- google/api/annotations.proto
- google/api/http.proto
- google/api/httpbody.proto
PACKAGE_SAME_GO_PACKAGE:
- google/api/annotations.proto
- google/api/http.proto
- google/api/httpbody.proto
FIELD_LOWER_SNAKE_CASE:
- aruna/api/storage
SERVICE_SUFFIX:
- aruna/api/storage
RPC_REQUEST_RESPONSE_UNIQUE:
- aruna/api/storage
RPC_REQUEST_STANDARD_NAME:
- aruna/api/storage
RPC_RESPONSE_STANDARD_NAME:
- aruna/api/storage