We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f4135 commit 6998294Copy full SHA for 6998294
go.mod
@@ -46,6 +46,7 @@ require (
46
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
47
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
48
golang.org/x/text v0.3.2
49
+ google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
50
google.golang.org/grpc v1.27.0
51
google.golang.org/protobuf v1.25.0
52
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
rpc/buf.yaml
@@ -1,5 +1,7 @@
1
version: v1beta1
2
lint:
3
+ ignore:
4
+ - google
5
ignore_only:
6
ENUM_ZERO_VALUE_SUFFIX:
7
- cc/arduino/cli/commands/v1/lib.proto
0 commit comments