Use Buf linters and formatter on lib/teleterm protos#15877
Conversation
2d25746 to
38fc124
Compare
26477c5 to
29d1520
Compare
|
Friendly ping @ravicious @AntonAM @probakowski ? |
ravicious
left a comment
There was a problem hiding this comment.
make grpc-teleterm still works as expected. 👍
There was a problem hiding this comment.
I'm curious about why this linter is not included with the other linters to fix below.
Tbh, in Connect it kind of doesn't matter because client and server protos are always in sync but it'd probably be good to follow best practices anyway.
There was a problem hiding this comment.
RPC_RESPONSE_STANDARD_NAME and RPC_REQUEST_RESPONSE_UNIQUE make it impossible to follow https://cloud.google.com/apis/design/standard_methods, which I find to be a good standard to follow.
Buf's defaults are OK and we'd be much better off following them, but that doesn't mean some aren't controversial.
AntonAM
left a comment
There was a problem hiding this comment.
Nice work! Great addition to code reliability :)
29d1520 to
3ff1200
Compare
8097235 to
71b9571
Compare
71b9571 to
ec4c0a1
Compare
|
@codingllama See the table below for backport results.
|
Similarly to #15856, moves lib/teleterm fully to Buf.
#15187