Skip to content

Commit eb8ff2b

Browse files
committed
Add buf configs
1 parent ec163e7 commit eb8ff2b

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

buf.gen.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: v1
2+
plugins:
3+
- name: python
4+
out: .
5+
- name: python_grpc
6+
out: .

buf.work.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version: v1
2+
directories:
3+
- .

buf.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: v1
2+
breaking:
3+
use:
4+
- FILE
5+
lint:
6+
use:
7+
- DEFAULT
8+
except:
9+
- RPC_REQUEST_RESPONSE_UNIQUE
10+
- RPC_REQUEST_STANDARD_NAME
11+
- RPC_RESPONSE_STANDARD_NAME

0 commit comments

Comments
 (0)