From eafbe908a84d30bdb4fb2e72cb05ff77e1ed9ff8 Mon Sep 17 00:00:00 2001 From: longxboy Date: Thu, 5 Jan 2023 17:12:50 +0800 Subject: [PATCH] feat:add buf apis (#2604) * add buf --- third_party/buf.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 third_party/buf.yaml diff --git a/third_party/buf.yaml b/third_party/buf.yaml new file mode 100644 index 000000000..0ac99f976 --- /dev/null +++ b/third_party/buf.yaml @@ -0,0 +1,12 @@ +version: v1 +name: buf.build/kratos/apis +breaking: + use: + - FILE +lint: + use: + - DEFAULT +build: + excludes: + - google + - validate \ No newline at end of file