-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbuf.yaml
More file actions
19 lines (19 loc) · 651 Bytes
/
buf.yaml
File metadata and controls
19 lines (19 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: v2
modules:
- path: roadrunner/api
- path: third_party/api
lint:
except:
# RR plugin RPCs share request/response types across methods (e.g. all
# LockService RPCs use LockRequest/LockResponse) and use domain-object
# names rather than the <Method>Request/<Method>Response convention.
- RPC_REQUEST_RESPONSE_UNIQUE
- RPC_REQUEST_STANDARD_NAME
- RPC_RESPONSE_STANDARD_NAME
# ServiceManager (service plugin RPC service) intentionally drops the
# "Service" suffix for readability.
- SERVICE_SUFFIX
ignore:
- third_party/api
- roadrunner/api/centrifugo/api
- roadrunner/api/centrifugo/proxy