-
Notifications
You must be signed in to change notification settings - Fork 2.2k
/
buf.yaml
193 lines (193 loc) · 10.7 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
version: v1
name: buf.build/grpc-ecosystem/grpc-gateway
deps:
- buf.build/googleapis/googleapis
breaking:
use:
- FILE
lint:
use:
- DEFAULT
ignore_only:
DIRECTORY_SAME_PACKAGE:
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/echo_service.proto
- examples/internal/proto/examplepb/enum_with_single_value.proto
- examples/internal/proto/examplepb/flow_combination.proto
- examples/internal/proto/examplepb/generate_unbound_methods.proto
- examples/internal/proto/examplepb/generated_input.proto
- examples/internal/proto/examplepb/non_standard_names.proto
- examples/internal/proto/examplepb/openapi_merge_a.proto
- examples/internal/proto/examplepb/openapi_merge_b.proto
- examples/internal/proto/examplepb/response_body_service.proto
- examples/internal/proto/examplepb/stream.proto
- examples/internal/proto/examplepb/unannotated_echo_service.proto
- examples/internal/proto/examplepb/visibility_rule_echo_service.proto
- examples/internal/proto/examplepb/use_go_template.proto
- examples/internal/proto/examplepb/ignore_comment.proto
- examples/internal/proto/examplepb/remove_internal_comment.proto
- examples/internal/proto/examplepb/wrappers.proto
ENUM_VALUE_PREFIX:
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/response_body_service.proto
- examples/internal/proto/pathenum/path_enum.proto
- protoc-gen-openapiv2/options/openapiv2.proto
- runtime/internal/examplepb/example.proto
- runtime/internal/examplepb/proto3.proto
ENUM_ZERO_VALUE_SUFFIX:
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/response_body_service.proto
- examples/internal/proto/pathenum/path_enum.proto
- protoc-gen-openapiv2/options/openapiv2.proto
- runtime/internal/examplepb/example.proto
- runtime/internal/examplepb/proto3.proto
FIELD_LOWER_SNAKE_CASE:
- examples/internal/helloworld/helloworld.proto
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/non_standard_names.proto
- runtime/internal/examplepb/example.proto
- runtime/internal/examplepb/non_standard_names.proto
PACKAGE_DIRECTORY_MATCH:
- examples/internal/helloworld/helloworld.proto
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/echo_service.proto
- examples/internal/proto/examplepb/enum_with_single_value.proto
- examples/internal/proto/examplepb/flow_combination.proto
- examples/internal/proto/examplepb/generate_unbound_methods.proto
- examples/internal/proto/examplepb/generated_input.proto
- examples/internal/proto/examplepb/non_standard_names.proto
- examples/internal/proto/examplepb/openapi_merge_a.proto
- examples/internal/proto/examplepb/openapi_merge_b.proto
- examples/internal/proto/examplepb/response_body_service.proto
- examples/internal/proto/examplepb/stream.proto
- examples/internal/proto/examplepb/unannotated_echo_service.proto
- examples/internal/proto/examplepb/visibility_rule_echo_service.proto
- examples/internal/proto/examplepb/use_go_template.proto
- examples/internal/proto/examplepb/ignore_comment.proto
- examples/internal/proto/examplepb/remove_internal_comment.proto
- examples/internal/proto/examplepb/wrappers.proto
- examples/internal/proto/oneofenum/oneof_enum.proto
- examples/internal/proto/pathenum/path_enum.proto
- examples/internal/proto/sub/message.proto
- examples/internal/proto/sub2/message.proto
- internal/descriptor/apiconfig/apiconfig.proto
- internal/descriptor/openapiconfig/openapiconfig.proto
- protoc-gen-openapiv2/options/annotations.proto
- protoc-gen-openapiv2/options/openapiv2.proto
- runtime/internal/examplepb/example.proto
- runtime/internal/examplepb/non_standard_names.proto
- runtime/internal/examplepb/proto2.proto
- runtime/internal/examplepb/proto3.proto
PACKAGE_SAME_GO_PACKAGE:
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/echo_service.proto
- examples/internal/proto/examplepb/enum_with_single_value.proto
- examples/internal/proto/examplepb/flow_combination.proto
- examples/internal/proto/examplepb/generate_unbound_methods.proto
- examples/internal/proto/examplepb/generated_input.proto
- examples/internal/proto/examplepb/non_standard_names.proto
- examples/internal/proto/examplepb/response_body_service.proto
- examples/internal/proto/examplepb/stream.proto
- examples/internal/proto/examplepb/unannotated_echo_service.proto
- examples/internal/proto/examplepb/visibility_rule_echo_service.proto
- examples/internal/proto/examplepb/use_go_template.proto
- examples/internal/proto/examplepb/ignore_comment.proto
- examples/internal/proto/examplepb/remove_internal_comment.proto
- examples/internal/proto/examplepb/wrappers.proto
- runtime/internal/examplepb/example.proto
- runtime/internal/examplepb/non_standard_names.proto
- runtime/internal/examplepb/proto2.proto
- runtime/internal/examplepb/proto3.proto
PACKAGE_VERSION_SUFFIX:
- examples/internal/helloworld/helloworld.proto
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/echo_service.proto
- examples/internal/proto/examplepb/enum_with_single_value.proto
- examples/internal/proto/examplepb/flow_combination.proto
- examples/internal/proto/examplepb/generate_unbound_methods.proto
- examples/internal/proto/examplepb/generated_input.proto
- examples/internal/proto/examplepb/non_standard_names.proto
- examples/internal/proto/examplepb/openapi_merge_a.proto
- examples/internal/proto/examplepb/openapi_merge_b.proto
- examples/internal/proto/examplepb/response_body_service.proto
- examples/internal/proto/examplepb/stream.proto
- examples/internal/proto/examplepb/unannotated_echo_service.proto
- examples/internal/proto/examplepb/visibility_rule_echo_service.proto
- examples/internal/proto/examplepb/use_go_template.proto
- examples/internal/proto/examplepb/ignore_comment.proto
- examples/internal/proto/examplepb/remove_internal_comment.proto
- examples/internal/proto/examplepb/wrappers.proto
- examples/internal/proto/oneofenum/oneof_enum.proto
- examples/internal/proto/pathenum/path_enum.proto
- examples/internal/proto/sub/message.proto
- examples/internal/proto/sub2/message.proto
- internal/descriptor/apiconfig/apiconfig.proto
- internal/descriptor/openapiconfig/openapiconfig.proto
- protoc-gen-openapiv2/options/annotations.proto
- protoc-gen-openapiv2/options/openapiv2.proto
- runtime/internal/examplepb/example.proto
- runtime/internal/examplepb/non_standard_names.proto
- runtime/internal/examplepb/proto2.proto
- runtime/internal/examplepb/proto3.proto
RPC_REQUEST_RESPONSE_UNIQUE:
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/echo_service.proto
- examples/internal/proto/examplepb/flow_combination.proto
- examples/internal/proto/examplepb/generate_unbound_methods.proto
- examples/internal/proto/examplepb/generated_input.proto
- examples/internal/proto/examplepb/openapi_merge_a.proto
- examples/internal/proto/examplepb/openapi_merge_b.proto
- examples/internal/proto/examplepb/response_body_service.proto
- examples/internal/proto/examplepb/stream.proto
- examples/internal/proto/examplepb/unannotated_echo_service.proto
- examples/internal/proto/examplepb/visibility_rule_echo_service.proto
- examples/internal/proto/examplepb/wrappers.proto
RPC_REQUEST_STANDARD_NAME:
- examples/internal/helloworld/helloworld.proto
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/echo_service.proto
- examples/internal/proto/examplepb/flow_combination.proto
- examples/internal/proto/examplepb/generate_unbound_methods.proto
- examples/internal/proto/examplepb/generated_input.proto
- examples/internal/proto/examplepb/non_standard_names.proto
- examples/internal/proto/examplepb/openapi_merge_a.proto
- examples/internal/proto/examplepb/openapi_merge_b.proto
- examples/internal/proto/examplepb/response_body_service.proto
- examples/internal/proto/examplepb/stream.proto
- examples/internal/proto/examplepb/unannotated_echo_service.proto
- examples/internal/proto/examplepb/visibility_rule_echo_service.proto
- examples/internal/proto/examplepb/wrappers.proto
- runtime/internal/examplepb/non_standard_names.proto
RPC_RESPONSE_STANDARD_NAME:
- examples/internal/helloworld/helloworld.proto
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/echo_service.proto
- examples/internal/proto/examplepb/flow_combination.proto
- examples/internal/proto/examplepb/generate_unbound_methods.proto
- examples/internal/proto/examplepb/generated_input.proto
- examples/internal/proto/examplepb/non_standard_names.proto
- examples/internal/proto/examplepb/openapi_merge_a.proto
- examples/internal/proto/examplepb/openapi_merge_b.proto
- examples/internal/proto/examplepb/response_body_service.proto
- examples/internal/proto/examplepb/stream.proto
- examples/internal/proto/examplepb/unannotated_echo_service.proto
- examples/internal/proto/examplepb/visibility_rule_echo_service.proto
- examples/internal/proto/examplepb/use_go_template.proto
- examples/internal/proto/examplepb/ignore_comment.proto
- examples/internal/proto/examplepb/remove_internal_comment.proto
- examples/internal/proto/examplepb/wrappers.proto
- runtime/internal/examplepb/non_standard_names.proto
SERVICE_PASCAL_CASE:
- examples/internal/proto/examplepb/a_bit_of_everything.proto
SERVICE_SUFFIX:
- examples/internal/helloworld/helloworld.proto
- examples/internal/proto/examplepb/a_bit_of_everything.proto
- examples/internal/proto/examplepb/flow_combination.proto
- examples/internal/proto/examplepb/openapi_merge_a.proto
- examples/internal/proto/examplepb/openapi_merge_b.proto
allow_comment_ignores: true
# Note: the build configuration goes last in this
# files so we can append excludes at push time.
build:
excludes:
- bazel-grpc-gateway