Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0798416

Browse filesBrowse files
Introduce buf.build files
1 parent a527c7c commit 0798416
Copy full SHA for 0798416

File tree

Expand file treeCollapse file tree

4 files changed

+34
-7
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+34
-7
lines changed

‎buf.gen.yaml

Copy file name to clipboard
+14Lines changed: 14 additions & 0 deletions
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

‎buf.lock

Copy file name to clipboard
+6Lines changed: 6 additions & 0 deletions
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

‎buf.yaml

Copy file name to clipboard
+14Lines changed: 14 additions & 0 deletions
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

‎rpc/buf.yaml

Copy file name to clipboardExpand all lines: rpc/buf.yaml
-7Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.