Skip to content
Snippets Groups Projects
Commit 5e23b923 authored by Malte Bauch's avatar Malte Bauch
Browse files

Merge branch '8-use-buf-build-for-code-generation' into 'master'

Resolve "Use buf.build for code generation"

Closes #8

See merge request danet/api!19
parents 1d1e70ba 2b80cd56
No related branches found
No related tags found
No related merge requests found
version: v1beta1
plugins:
- name: go
out: go
opt:
- paths=source_relative
- name: go-grpc
out: go
opt:
- paths=source_relative
- name: js
out: web
opt:
- import_style=commonjs,binary
- name: grpc-web
out: web
opt:
- import_style=commonjs+dts,mode=grpcwebtext
buf.yaml 0 → 100644
version: v1beta1
build:
roots:
- proto
- deps
excludes:
- deps/github.com/openconfig/gnmi/testing
lint:
use:
- DEFAULT
breaking:
use:
- FILE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment