-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbuf.yaml
33 lines (33 loc) · 802 Bytes
/
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
version: v2
modules:
- path: examples/example/proto
- path: examples/helloworld/proto
- path: examples/mutex/proto
- path: examples/schedule/proto
- path: examples/searchattributes/proto
- path: examples/updatabletimer/proto
- path: examples/xns/proto
- path: proto
name: buf.build/cludden/protoc-gen-go-temporal
- path: test/editions/proto
- path: test/expression/proto
- path: test/option/proto
- path: test/patch/proto
- path: test/proto3optional/proto
- path: test/simple/proto
- path: test/xnserr/proto
deps:
- buf.build/alta/protopatch
- buf.build/cludden/protoc-gen-go-temporal
lint:
use:
- BASIC
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
breaking:
use:
- FILE
except:
- EXTENSION_NO_DELETE
- FIELD_SAME_DEFAULT