-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathbuf.local.gen.yaml
More file actions
38 lines (38 loc) · 973 Bytes
/
buf.local.gen.yaml
File metadata and controls
38 lines (38 loc) · 973 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
34
35
36
37
38
version: v2
managed:
enabled: true
disable:
- module: buf.build/temporalio/api
override:
- file_option: go_package_prefix
value: github.com/cludden/protoc-gen-go-temporal/gen
plugins:
- local: protoc-gen-go
out: gen
opt:
- paths=source_relative
- local: dist/protoc-gen-go_temporal
out: gen
opt:
- cli-categories=true
- cli-enabled=true
- docs-out=./proto/README.md
- enable-codec=true
# - enable-debug-logging=true
- enable-patch-support=true
- enable-xns=true
- ignore-acronyms=API;AWS;FOO;URN
- patches=64_ENABLED
- paths=source_relative
- workflow-update-enabled=true
strategy: all
inputs:
- directory: examples
exclude_paths:
- examples/example/proto/example/v1
- examples/nexus/proto/example/nexus/v1
- directory: proto
- directory: test
exclude_paths:
- test/cliv3/proto/test/cliv3
- test/patch/proto/test/patch