about summary refs log tree commit diff
path: root/buf.gen.yaml
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2022-11-19T21·14+0000
committerflokli <flokli@flokli.de>2022-12-27T13·27+0000
commita2ac8a66c1bf151a9d70704b23ec2bd2dd3b99a6 (patch)
treee5acc31fa9a7f0920f2dda535edf30e6b3ffd095 /buf.gen.yaml
parentd0799a7aa489cd6c3340ab347302fed86fe978f3 (diff)
feat(nix/bufCheck): ensure .pb.go is up to date r/5500
Change-Id: I03e1c3aced266966f6959dbce05c1f1fb1480b5a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7323
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'buf.gen.yaml')
-rw-r--r--buf.gen.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/buf.gen.yaml b/buf.gen.yaml
index c126332f30..4ed18be22e 100644
--- a/buf.gen.yaml
+++ b/buf.gen.yaml
@@ -1 +1,8 @@
 version: v1
+plugins:
+ - name: go
+   out: .
+   opt: paths=source_relative
+ - name: go-grpc
+   out: .
+   opt: paths=source_relative
\ No newline at end of file