-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.yaml
More file actions
33 lines (33 loc) · 745 Bytes
/
buf.yaml
File metadata and controls
33 lines (33 loc) · 745 Bytes
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
version: v2
modules:
- path: proto
name: github.com/7cav/api
deps:
- buf.build/googleapis/googleapis
- buf.build/grpc-ecosystem/grpc-gateway
lint:
use:
- STANDARD
except:
- ENUM_FIRST_VALUE_ZERO
- FIELD_NOT_REQUIRED
- IMPORT_USED
- PACKAGE_NO_IMPORT_CYCLE
- PROTOVALIDATE
- SYNTAX_SPECIFIED
ignore_only:
PACKAGE_DIRECTORY_MATCH:
- proto/milpacs.proto
PACKAGE_VERSION_SUFFIX:
- proto/milpacs.proto
RPC_REQUEST_RESPONSE_UNIQUE:
- proto/milpacs.proto
RPC_REQUEST_STANDARD_NAME:
- proto/milpacs.proto
RPC_RESPONSE_STANDARD_NAME:
- proto/milpacs.proto
disallow_comment_ignores: true
breaking:
except:
- EXTENSION_NO_DELETE
- FIELD_SAME_DEFAULT