-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
misc(proto): fix linting and add LR hook #6373
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -4,6 +4,8 @@ import "google/protobuf/struct.proto"; | |||
import "google/protobuf/timestamp.proto"; | |||
import "google/protobuf/wrappers.proto"; | |||
|
|||
// This comment required for LightRider import compatibility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, magic comment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah pretty much 😀
|
||
// Use no additional throttling (only throttling provided by system itself) | ||
|
||
// Use no additional throttling (only throttling provided by system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they gotta be kidding 🤦♂️ 80 character limit?
Summary
Fixed comment linting in proto + added a LR hook.