Skip to content

Commit 0798416

Browse files
Introduce buf.build files
1 parent a527c7c commit 0798416

File tree

4 files changed

+34
-7
lines changed

4 files changed

+34
-7
lines changed

Diff for: buf.gen.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: v2
2+
plugins:
3+
# Use protoc-gen-go
4+
- remote: buf.build/protocolbuffers/go:v1.34.2
5+
out: ./rpc
6+
opt:
7+
- paths=source_relative
8+
# Use of protoc-gen-go-grpc
9+
- remote: buf.build/grpc/go:v1.5.1
10+
out: ./rpc
11+
opt:
12+
- paths=source_relative
13+
inputs:
14+
- directory: ./rpc

Diff for: buf.lock

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated by buf. DO NOT EDIT.
2+
version: v2
3+
deps:
4+
- name: buf.build/googleapis/googleapis
5+
commit: e7f8d366f5264595bcc4cd4139af9973
6+
digest: b5:0cd69a689ee320ed815663d57d1bc3a1d6823224a7a717d46fee3a68197c25a6f5f932c0b0e49f8370c70c247a6635969a6a54af5345cafd51e0667298768aca

Diff for: buf.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: v2
2+
deps:
3+
- buf.build/googleapis/googleapis:e7f8d366f5264595bcc4cd4139af9973
4+
breaking:
5+
use:
6+
- FILE
7+
lint:
8+
use:
9+
- STANDARD
10+
ignore_only:
11+
ENUM_ZERO_VALUE_SUFFIX:
12+
- rpc/cc/arduino/cli/commands/v1/lib.proto
13+
modules:
14+
- path: rpc

Diff for: rpc/buf.yaml

-7
This file was deleted.

0 commit comments

Comments
 (0)