Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ lint:
- teleport/transport/v1/transport_service.proto
breaking:
use:
- FILE
- WIRE_JSON
10 changes: 5 additions & 5 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ lint:
- COMMENT_RPC
- COMMENT_SERVICE
except:
# Allow Google API-style responses (CreateFoo returns Foo).
# See https://cloud.google.com/apis/design/standard_methods.
- RPC_REQUEST_RESPONSE_UNIQUE
- RPC_RESPONSE_STANDARD_NAME
# Allow Google API-style responses (CreateFoo returns Foo).
# See https://cloud.google.com/apis/design/standard_methods.
- RPC_REQUEST_RESPONSE_UNIQUE
- RPC_RESPONSE_STANDARD_NAME
ignore:
# "legacy" lib protos.
- teleport/lib/multiplexer/test/ping.proto
Expand Down Expand Up @@ -44,4 +44,4 @@ lint:
- prehog
breaking:
use:
- FILE
- WIRE_JSON