Got some tips at https://gitter.im/grpc/grpc and got the linter to pass. 
Below is an example:

```
  rpc VeryLongMethodThatExceedsStyleGuideLength(
    VeryLongMethodThatExceedsStyleGuideLengthRequest)
    returns
    (VeryLongMethodThatExceedsStyleGuideLengthReply)
  ;
```

On Monday, October 7, 2019 at 3:34:12 PM UTC-5, Vishwanath Jayaraman wrote:
>
> Per 
> https://developers.google.com/protocol-buffers/docs/style#standard-file-formatting,
>  
> the suggestion is to "keep the line length to 80 characters". I am using 
> https://github.com/yoheimuta/protolint to do style validation. How should 
> I format a line that exceeds the 80 character   length and still pass the 
> lint check?
>
> Appreciate any help in this regard.
> Thanks
> -Vish
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/b20c4381-c063-4308-bf5f-959f8ee3cf05%40googlegroups.com.

Reply via email to