Buf linter config addded
This commit is contained in:
parent
c6850f7d9f
commit
55e4b6cba2
12
buf.yaml
Normal file
12
buf.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
version: v2
|
||||||
|
lint:
|
||||||
|
use:
|
||||||
|
- DEFAULT
|
||||||
|
disallow_comment_ignores: false
|
||||||
|
# The default behavior of this key has changed from v1
|
||||||
|
enum_zero_value_suffix: _UNSPECIFIED
|
||||||
|
rpc_allow_same_request_response: true
|
||||||
|
rpc_allow_google_protobuf_empty_requests: false
|
||||||
|
rpc_allow_google_protobuf_empty_responses: false
|
||||||
|
service_suffix: Service
|
||||||
Loading…
x
Reference in New Issue
Block a user