-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbuf.yaml
More file actions
29 lines (29 loc) · 733 Bytes
/
Copy pathbuf.yaml
File metadata and controls
29 lines (29 loc) · 733 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
# For details on buf.yaml configuration, visit https://buf.build/docs/configuration/v2/buf-yaml
version: v2
modules:
- path: proto
name: buf.build/thomas-maurice/temporal
- path: example/proto
deps:
- proto/temporal/v1
lint:
use:
- BASIC
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
- RPC_REQUEST_RESPONSE_UNIQUE
- SERVICE_SUFFIX
- RPC_REQUEST_STANDARD_NAME
- RPC_RESPONSE_STANDARD_NAME
breaking:
use:
- FILE
except:
- EXTENSION_NO_DELETE
- FIELD_SAME_DEFAULT
# Only the published module (proto/, buf.build/thomas-maurice/temporal) has
# compatibility guarantees; the example proto is demo material and may be
# reshaped freely.
ignore:
- example/proto