Skip to content

Commit

Permalink
fix(instrumentation-grpc): update buf and add ts_nocheck option
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Jun 13, 2023
1 parent c159af0 commit 1b468aa
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
version: v1
deps:
- buf.build/googleapis/googleapis
- buf.build/grpc-ecosystem/grpc-gateway
breaking:
use:
- FILE
lint:
use:
- DEFAULT
ignore:
- buf.build/googleapis/googleapis
- buf.build/grpc-ecosystem/grpc-gateway
plugins:
- name: ts
out: ../../test/proto/ts/fixtures
opt:
- long_type_string
- generate_dependencies
- ts_nocheck
path: ../../node_modules/.bin/protoc-gen-ts
strategy: all

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Generated by buf. DO NOT EDIT.
version: v1
deps:
- remote: buf.build
owner: googleapis
repository: googleapis
commit: cc916c31859748a68fd229a3c8d7a2e8
digest: shake256:469b049d0eb04203d5272062636c078decefc96fec69739159c25d85349c50c34c7706918a8b216c5c27f76939df48452148cff8c5c3ae77fa6ba5c25c1b8bf8
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: v1
breaking:
use:
- FILE
lint:
use:
- DEFAULT
breaking:
use:
- FILE
deps:
- buf.build/googleapis/googleapis

0 comments on commit 1b468aa

Please sign in to comment.