-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.plzconfig
41 lines (31 loc) · 864 Bytes
/
.plzconfig
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
[Please]
Version = 17.8.7
[Plugin "go"]
Target = //plugins:go
ImportPath = github.com/please-build/go-proto-rules
GoTool = //third_party/go:toolchain|go
[Plugin "proto"]
Target = //plugins:proto
ProtocTool = //third_party/proto:protoc
LanguageDef = //build_defs:go_proto
[parse]
preloadsubincludes = ///python//build_defs:python
[Plugin "python"]
Target = //plugins:python
[Plugin "go_proto"]
GrpcPlugin = //third_party/go:protoc-gen-go-grpc
ProtoPlugin = //third_party/go:protoc-gen-go
[PluginDefinition]
Name = go_proto
[PluginConfig "plugin"]
ConfigKey = ProtoPlugin
DefaultValue = grpc_go_plugin
[PluginConfig "grpc_plugin"]
ConfigKey = GrpcPlugin
DefaultValue = grpc_go_plugin
[PluginConfig "proto_dep"]
ConfigKey = ProtoDep
DefaultValue = //third_party/go:protobuf
[PluginConfig "grpc_dep"]
ConfigKey = GrpcDep
DefaultValue = //third_party/go:grpc